Skip to content

Commit

Permalink
Ruff Workflow Fix (#2754)
Browse files Browse the repository at this point in the history
* Use bash for all steps

* Remove pull request target event
  • Loading branch information
atharva-2001 authored Jul 29, 2024
1 parent 186a8fb commit 887fcdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
branches:
- "*"

pull_request:
branches:
- "*"

pull_request_target:
branches:
- master

defaults:
run:
shell: bash -l {0}

jobs:
black:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 887fcdb

Please sign in to comment.