diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ab70f2bc..c3506ef48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6575ed18f..1a73f9d17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,12 @@ just test just test ``` +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).