Skip to content

Bump prettier from 3.0.2 to 3.0.3 #1241

Bump prettier from 3.0.2 to 3.0.3

Bump prettier from 3.0.2 to 3.0.3 #1241

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ master ]
jobs:
linter:
name: "Check on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install Gatsby CLI
run: npm install -g gatsby-cli
- name: Lint
run: |
npm install
npm run lint
gatsby build