Skip to content

.github: update codeql config path #190

.github: update codeql config path

.github: update codeql config path #190

Workflow file for this run

name: test
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/codeql-config.yml
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test