Skip to content

build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.8.0 in /graphql-server #98

build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.8.0 in /graphql-server

build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.8.0 in /graphql-server #98

Workflow file for this run

name: Run graphql CI
on:
pull_request:
paths:
- "graphql-server/**"
workflow_dispatch:
concurrency:
group: ci-graphql-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install and run graphql CI
working-directory: ./graphql-server
run: |
yarn
yarn run ci