Skip to content

Commit

Permalink
fix(githubActions): update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Aug 11, 2023
1 parent b6e1290 commit 96d8be3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/lint.yaml

This file was deleted.

11 changes: 10 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,13 @@ jobs:
with:
name: snyk-report
path: output/scan/snyk.html
retention-days: 5
retention-days: 5
lint:
needs: [static-scan, dependency-scan]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
- run: npm i
- name: lint
run: npm run lint

0 comments on commit 96d8be3

Please sign in to comment.