Skip to content

Bump @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.2 #40

Bump @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.2

Bump @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.2 #40

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
cache: npm
- name: Install Node.js dependencies
run: npm ci
- name: Run lint
run: npm run lint