diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-04-26 09:04:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 09:04:29 -0700 |
| commit | c5193556242117737fc3ba95ee3692b7831ca04a (patch) | |
| tree | 914870befca84cc3bd928f5a0c3f6c39ed281fbd /.github/workflows/ci.yml | |
| parent | 0b0af5c635872132d1c727f13ca05aa9be3d1c3a (diff) | |
feat(ci): category & unstable tags checker (#23568)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a670a66a9..4709abf48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -396,6 +396,9 @@ jobs: - name: lint.js if: '!(matrix.skip) && (matrix.job == ''lint'')' run: deno run --unstable --allow-write --allow-read --allow-run --allow-net ./tools/lint.js + - name: jsdoc_checker.js + if: '!(matrix.skip) && (matrix.job == ''lint'')' + run: deno run --allow-read --allow-env --allow-sys ./tools/jsdoc_checker.js - name: node_compat/setup.ts --check if: '!(matrix.skip) && (matrix.job == ''lint'' && matrix.os == ''linux'')' run: deno run --allow-write --allow-read --allow-run=git ./tests/node_compat/runner/setup.ts --check |
