diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec9f61e..c3fc42c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: @@ -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