Skip to content

Commit eb73de9

Browse files
author
Elias Werner
committed
fixing workflows
1 parent 40da915 commit eb73de9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/formatter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Formatter
33
on: [push, pull_request]
44

55
jobs:
6-
black-formatter:
6+
formatter:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4

.github/workflows/lint.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: Linter
33
on:
44
workflow_run:
55
workflows: [Formatter]
6-
types:
7-
- completed
6+
types: [completed]
87

98
jobs:
10-
flake8-lint:
9+
linter:
1110
runs-on: ubuntu-latest
1211
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1312
steps:

0 commit comments

Comments
 (0)