Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Nov 8, 2023
1 parent d5e2c54 commit 83215c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths:
- '.github/workflows/lint.yml'
- 'upsonic_auth/**'
- 'upsonic_phantom/**'
pull_request:
paths:
- '.github/workflows/lint.yml'
- 'upsonic_auth/**'
- 'upsonic_phantom/**'


permissions:
Expand All @@ -25,7 +25,7 @@ jobs:
uses: rickstaa/action-black@v1
id: action_black
with:
black_args: "upsonic_auth/* --force-exclude upsonic_auth/__init__.py --include upsonic_auth/*"
black_args: "upsonic_phantom/* --force-exclude upsonic_phantom/__init__.py --include upsonic_phantom/*"
- name: Create Pull Request
if: steps.action_black.outputs.is_formatted == 'true'
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 83215c5

Please sign in to comment.