Skip to content

fix (ci): Fix CI pipeline trigger twice #4

fix (ci): Fix CI pipeline trigger twice

fix (ci): Fix CI pipeline trigger twice #4

Workflow file for this run

name: Linter
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
linter:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"