We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7371ceb commit a50b483Copy full SHA for a50b483
.github/workflows/ci.yml
@@ -176,6 +176,18 @@ jobs:
176
- name: Run clang-tidy
177
run: clang-tidy-18 src/cxx.cc --warnings-as-errors=*
178
179
+ eslint:
180
+ name: ESLint
181
+ runs-on: ubuntu-latest
182
+ if: github.event_name != 'pull_request'
183
+ timeout-minutes: 45
184
+ steps:
185
+ - uses: actions/checkout@v4
186
+ - run: npm install
187
+ working-directory: book
188
+ - run: npx eslint
189
190
+
191
outdated:
192
name: Outdated
193
runs-on: ubuntu-latest
0 commit comments