Skip to content

Bump @fortawesome/fontawesome-svg-core from 6.4.0 to 6.4.2 #1233

Bump @fortawesome/fontawesome-svg-core from 6.4.0 to 6.4.2

Bump @fortawesome/fontawesome-svg-core from 6.4.0 to 6.4.2 #1233

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