Skip to content

Commit

Permalink
ci: changing lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Feb 3, 2025
1 parent 0d007d2 commit da0ff07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "✅ Linter"

on:
push:
branches:
- master
paths:
- '**.py'

Expand Down Expand Up @@ -47,6 +45,6 @@ jobs:
ruff check ${{env.PROJECT_FOLDER}} --fix
- uses: stefanzweifel/git-auto-commit-action@v5
with:
push_options: --force
push_options:
commit_message: "style: style fixes by ruff and autoformatting by black"

0 comments on commit da0ff07

Please sign in to comment.