Skip to content

Commit

Permalink
Merge pull request #9 from 75efb6/75efb6-patch-1
Browse files Browse the repository at this point in the history
Update black.yml
  • Loading branch information
75efb6 authored Jan 8, 2025
2 parents a7ff353 + ec06e59 commit c42e723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: black-action-push
on: push
on:
push:
branches:
- main
jobs:
linter_name:
name: runner / black
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/black_pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: black-action-pr
on: pull_request
on:
pull_request:
branches:
- main
jobs:
linter_name:
name: runner / black
Expand Down

0 comments on commit c42e723

Please sign in to comment.