Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 22, 2023
1 parent f3f511e commit acc13b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- if: ${{ runner.os == 'Windows' }}
run: |
just build-wasm;
node ../.github/actions/delete-target-files.js;
node .github/actions/delete-target-files.js;
- run: just test-ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ just test
just test <name>
```

And to run the linter:

```bash
just lint
```

## Contact

If you have any questions or need help, you can reach out to us on our [Discord server](https://discord.gg/qCh9MEynv2).
Expand Down

0 comments on commit acc13b6

Please sign in to comment.