Skip to content

Commit

Permalink
Update GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcor-maxiv committed Oct 18, 2024
1 parent 4ee0429 commit e319825
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/something.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---


name: Something

"on":
pull_request:
types: [opened, reopened, synchronize]

jobs:
pre-commit:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3
- uses: psf/black@stable


...
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: poetry-check

- repo: https://github.com/myint/autoflake
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
- id: autoflake
Expand Down

0 comments on commit e319825

Please sign in to comment.