Skip to content

Bump sass-loader from 10.4.1 to 16.0.4 in /l2-frontend #15013

Bump sass-loader from 10.4.1 to 16.0.4 in /l2-frontend

Bump sass-loader from 10.4.1 to 16.0.4 in /l2-frontend #15013

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