Skip to content

Bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2 in /l2-frontend #8014

Bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2 in /l2-frontend

Bump @fortawesome/fontawesome-free from 6.4.0 to 6.4.2 in /l2-frontend #8014

Workflow file for this run

name: black linter
on: [pull_request]
jobs:
black-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install black
- name: black Lint
uses: reviewdog/action-black@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning