diff --git a/.github/workflows/lint_master.yml b/.github/workflows/lint_master.yml index de89fcff5..14e5f9845 100644 --- a/.github/workflows/lint_master.yml +++ b/.github/workflows/lint_master.yml @@ -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