Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 25, 2021
1 parent dcf5d69 commit 3df1c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Check python package:
Check_Python_pkg:
runs-on: ubuntu-latest
steps:
- name: Checkout this Repo
Expand All @@ -30,7 +30,7 @@ jobs:
run: pylint rmskin_builder.py

Build:
# needs: Checkpython package
# needs: Check_Python_pkg
runs-on: ubuntu-latest
steps:
- name: Checkout this Repo
Expand Down

0 comments on commit 3df1c79

Please sign in to comment.