Skip to content

Commit

Permalink
chore: add linter to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Jul 11, 2023
1 parent 24060d2 commit d2eb40d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
uses: ./actions/js/test
with:
node-version: ${{ matrix.node-version }}

- name: Validate JS Packages and Codebase
uses: ./actions/js/validate
with:
node-version: 14.19.x
package-directory: ./


publish:
Expand Down

0 comments on commit d2eb40d

Please sign in to comment.