Skip to content

Commit

Permalink
Update lint_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster authored Sep 5, 2024
1 parent 5c56d66 commit 6399087
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/lint_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ jobs:
- name: install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: JS/TS linting
run: cargo chipmunk lint shared wrapper client app -u print
# - name: JS/TS linting
# run: cargo chipmunk lint shared wrapper client app -u print

- name: TypeScript Check - Client Application
working-directory: application/client
run: yarn run check
# - name: TypeScript Check - Client Application
# working-directory: application/client
# run: yarn run check

- name: TypeScript Check - Holder Application
working-directory: application/holder
run: yarn run check
# - name: TypeScript Check - Holder Application
# working-directory: application/holder
# run: yarn run check

- name: TypeScript Check - Platform Application
working-directory: application/platform
run: yarn run check
# - name: TypeScript Check - Platform Application
# working-directory: application/platform
# run: yarn run check



Expand Down

0 comments on commit 6399087

Please sign in to comment.