Skip to content

Commit

Permalink
_code_quality.yml: introduced sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Nov 23, 2023
1 parent adf3c53 commit dc838af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
black:
name: black
needs: requirements
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -45,6 +46,7 @@ jobs:

ruff:
runs-on: ubuntu-latest
needs: requirements
name: ruff
steps:
- uses: actions/checkout@v4
Expand All @@ -65,6 +67,7 @@ jobs:

pyright:
runs-on: ubuntu-latest
needs: requirements
name: pyright
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dc838af

Please sign in to comment.