Skip to content

Commit

Permalink
chore(ci): move lint steps after codegen steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 6, 2022
1 parent 786155a commit 96f32b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,6 @@ jobs:
run: |
./docker-dev web yarn install
- name: "Lint web app code"
run: |
./docker-dev web yarn lint
- name: "Lint Rust code"
run: |
./docker-dev lint
- name: "Build WebAssembly module"
run: |
./docker-dev wasm-release
Expand All @@ -143,6 +135,14 @@ jobs:
run: |
./docker-dev web-release
- name: "Lint web app code"
run: |
./docker-dev web yarn lint
- name: "Lint Rust code"
run: |
./docker-dev lint
- name: "Install deploy dependencies"
# if: ${{ endsWith(github.ref, '/master') || endsWith(github.ref, '/staging') || endsWith(github.ref, '/release') }}
run: |
Expand Down

0 comments on commit 96f32b5

Please sign in to comment.