Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Jul 15, 2024
1 parent 78136fe commit d8e783b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
yarn gen
yarn build
- name: Check there are no errors to be fixed in package.json and no uncommited changes
run: |
npm pkg fix && git diff --exit-code
- name: Test Tact compiler
run: |
yarn coverage
Expand Down Expand Up @@ -76,10 +80,6 @@ jobs:
with:
scandir: "./scripts"

- name: Check there are no errors to be fixed in package.json
run: |
npm pkg fix && git diff --exit-code
- name: Show an example .pkg file on Windows
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit d8e783b

Please sign in to comment.