Skip to content

Commit cc7bf8f

Browse files
author
Jon (JR) Price
authored
Update ci.yml
1 parent 0ae6477 commit cc7bf8f

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/ci.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
#VERSION=0.1
2+
name: CI
3+
14
on: push
2-
name: on push
5+
36
jobs:
4-
gitHubActionForPylint:
5-
name: GitHub Action for pylint
7+
pylint:
8+
name: Pylint
69
runs-on: ubuntu-latest
710
steps:
811
- uses: actions/checkout@master
@@ -26,3 +29,11 @@ jobs:
2629
2730
- run: pipenv run pylint **/*.py
2831

32+
# shellcheck:
33+
# name: ShellCheck
34+
# runs-on: ubuntu-latest
35+
# steps:
36+
# - uses: actions/checkout@master
37+
38+
# - name: Run ShellCheck
39+
# uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)