Skip to content

Bump @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0 #1855

Bump @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0

Bump @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0 #1855

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx