Integrate AGLint (#342)
commit3a9ce35ffb422a2e87bae47dab5fd6899ffc9ff5
authorscripthunter7 <scripthunter7@protonmail.com>
Tue, 4 Jul 2023 07:54:54 +0000 (4 09:54 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 07:54:54 +0000 (4 09:54 +0200)
tree32458333b28a5b601bcbf7601b2bd18e5212b607
parent3e744359d3042ff98c8004fa1770eabfdafad869
Integrate AGLint (#342)

* Remove legacy check script

* Switch to Yarn

* Install AGLint

* Configure AGLint

* GitHub Actions workflow for AGLint

* Install Husky

* Configure Husky

* Remove unnecessary recommendation

* Rename deploy workflow

* Switch deploy workflow to Yarn

* Update badges

* Update package.json

* Node version in Deploy workflow
12 files changed:
.aglintrc.yaml [new file with mode: 0644]
.github/workflows/aglint.yml [new file with mode: 0644]
.github/workflows/deploy.yml [moved from .github/workflows/automatic-deploy.yml with 79% similarity]
.github/workflows/redundancy-check.yml [deleted file]
.gitignore
.husky/pre-commit [new file with mode: 0644]
.vscode/extensions.json
README.md
RELEASE_README.md
assets/scripts/redundancy-check.js [deleted file]
package.json
yarn.lock [new file with mode: 0644]