Skip to content

Commit

Permalink
remove wrong CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Jul 16, 2024
1 parent 4666c7e commit 005e929
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ jobs:
- name: Check clippy
run: |
SKIP_WASM_BUILD=1 cargo clippy --all-targets --workspace --features runtime-benchmarks --features try-runtime -- -D warnings
lint-e2e:
steps:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: |
npm install
working-directory: ./e2e-tests
- name: Run lint
run: |
npm run fmt-check
working-directory: ./e2e-tests
test:
runs-on:
group: laos
Expand Down

0 comments on commit 005e929

Please sign in to comment.