We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d04a9f commit 83fec0eCopy full SHA for 83fec0e
1 file changed
.github/workflows/formatter.yml
@@ -1,4 +1,3 @@
1
----
2
name: Formatter
3
4
on:
@@ -7,11 +6,11 @@ on:
7
6
pull_request:
8
9
jobs:
10
- changes:
+ check-changes:
11
name: Check Changes
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Checkout Code
+ - name: Checkout
15
uses: actions/checkout@v3
16
17
- name: Check Changes
@@ -23,8 +22,8 @@ jobs:
23
22
- '**.py,**.pyi,**.ipynb'
24
25
formatter:
26
- name: Formatter
27
- needs: changes
+ name: Format
+ needs: check-changes
28
29
30
- name: Checkout Code
0 commit comments