workflows: run the linter in CI
All checks were successful
Basic Checking / Explore-Gitea-Actions (push) Successful in 34s

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-29 08:09:29 -04:00
parent bde4828074
commit cb0e40ed11
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -20,4 +20,6 @@ jobs:
run: npm install run: npm install
- name: Run tests - name: Run tests
run: npm test run: npm test
- name: Lint
run: npm run lint
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."