Skip to content

chore: bump @fortawesome/free-solid-svg-icons from 6.2.0 to 6.4.0 #137

chore: bump @fortawesome/free-solid-svg-icons from 6.2.0 to 6.4.0

chore: bump @fortawesome/free-solid-svg-icons from 6.2.0 to 6.4.0 #137

Workflow file for this run

name: Lint
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches-ignore:
- main
jobs:
lint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: install
run: npm install --no-optional
- name: npm run lint
run: npm run lint