Skip to content

Support outputting Clang compilation database #17

Support outputting Clang compilation database

Support outputting Clang compilation database #17

Workflow file for this run

name: Checks
on: [pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test