Skip to content

https://tanstack.com/query/v5/docs/eslint/eslint-plugin-query #8

https://tanstack.com/query/v5/docs/eslint/eslint-plugin-query

https://tanstack.com/query/v5/docs/eslint/eslint-plugin-query #8

Workflow file for this run

name: checks
on: push
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: read
checks: write
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.node-version'
- name: npm install
run: |
. environment
npm ci
- name: npm run ci
run: |
. environment
npm run ci