Skip to content

Commit

Permalink
Run black, flake8 and reuse on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 16, 2024
1 parent 85f29a5 commit 1647009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: black

on: [pull_request]
on: [pull_request, push]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flake8

on: [pull_request]
on: [pull_request, push]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reuse

on: [pull_request]
on: [pull_request, push]

jobs:
linter:
Expand Down

0 comments on commit 1647009

Please sign in to comment.