We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40da915 commit eb73de9Copy full SHA for eb73de9
.github/workflows/formatter.yml
@@ -3,7 +3,7 @@ name: Formatter
3
on: [push, pull_request]
4
5
jobs:
6
- black-formatter:
+ formatter:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
.github/workflows/lint.yml
@@ -3,11 +3,10 @@ name: Linter
on:
workflow_run:
workflows: [Formatter]
- types:
- - completed
+ types: [completed]
10
- flake8-lint:
+ linter:
11
12
if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
0 commit comments