Skip to content

chore: bump @fortawesome/free-solid-svg-icons from 5.15.4 to 6.4.2 #4

chore: bump @fortawesome/free-solid-svg-icons from 5.15.4 to 6.4.2

chore: bump @fortawesome/free-solid-svg-icons from 5.15.4 to 6.4.2 #4

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
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