Skip to content

Commit 160f95f

Browse files
Update and rename linting.yml to checks.yml
1 parent c67b884 commit 160f95f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linting.yml renamed to .github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ on: push
33
jobs:
44
lint:
55
runs-on: ubuntu-latest
6-
name: Linting
6+
name: Python Linting
77
steps:
88
- uses: actions/checkout@v2
99
- uses: cclauss/Find-Python-syntax-errors-action@master
1010
style:
1111
runs-on: ubuntu-latest
12-
name: Style Checking
12+
name: Python Style Checking
1313
steps:
1414
- uses: andymckay/pycodestyle-action@master
1515
security:
1616
runs-on: ubuntu-latest
17-
name: Security Scan
17+
name: Snyk Security Scan
1818
steps:
1919
- uses: actions/checkout@master
2020
- uses: snyk/actions/python@master

0 commit comments

Comments
 (0)