Skip to content

Commit 2f158bf

Browse files
committed
chore: fix name of linter action
1 parent 066ba50 commit 2f158bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
1111

1212
jobs:
13-
build:
13+
linters:
1414
runs-on: ubuntu-latest
1515

1616
steps:
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
# Validate Python code follows coding standard
2322
- name: Read .tool-versions
2423
uses: marocchino/tool-versions-action@18a164fa2b0db1cc1edf7305fcb17ace36d1c306 # v1.2.0
2524
id: versions

0 commit comments

Comments
 (0)