Skip to content

Bump @fortawesome/react-fontawesome from 0.2.0 to 0.2.1 #1480

Bump @fortawesome/react-fontawesome from 0.2.0 to 0.2.1

Bump @fortawesome/react-fontawesome from 0.2.0 to 0.2.1 #1480

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@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: |
npm install
npm run lint
- name: Build
run: npm run build