Skip to content

Revert @fabrix-framework/graphql-config version #9

Revert @fabrix-framework/graphql-config version

Revert @fabrix-framework/graphql-config version #9

Workflow file for this run

name: CI
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.9.0
run_install: false
- uses: actions/setup-node@v4
with:
cache: pnpm
cache-dependency-path: ./pnpm-lock.yaml
node-version-file: './package.json'
- name: Install dependencies
run: pnpm install
- run: pnpm type-check
- run: pnpm lint