Skip to content

build(deps): bump graphql from 16.6.0 to 16.8.1 #90

build(deps): bump graphql from 16.6.0 to 16.8.1

build(deps): bump graphql from 16.6.0 to 16.8.1 #90

Workflow file for this run

name: Format
on:
push:
branches:
- master
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: package.json
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Prettier
run: yarn prettier -c .