Skip to content

Fix gql/ directory issue for codegen #51

Fix gql/ directory issue for codegen

Fix gql/ directory issue for codegen #51

name: code format
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up Yarn cache
uses: actions/setup-node@v3
with:
node-version: "16"
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn check:format
concurrency:
group: check-code-format
cancel-in-progress: true
on: push