Skip to content

Commit

Permalink
Fix Lint Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 15, 2024
1 parent 883e8ca commit 37ede73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: "Lint"
on:
push:
pull_request:

permissions:
contents: write

jobs:
ruff:
Expand Down Expand Up @@ -30,4 +33,4 @@ jobs:
- name: "Auto Commit"
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: 'style fixes by ruff'
commit_message: 'style fixes by ruff'

0 comments on commit 37ede73

Please sign in to comment.