Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermichels committed May 16, 2024
1 parent 23ecb94 commit 0c59b47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorial/github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ The repository can be found here `https://github.com/cybergis/team-software-dev-
name: Python Code Quality
steps:
- name: Check out source repository
uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v2
with:
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: flake8 Lint Check
uses: py-actions/flake8@v1
with:
uses: py-actions/flake8@v1
with:
path: "mycybergis"
args: "--ignore=E501,E722,F403,F405"
Expand Down

0 comments on commit 0c59b47

Please sign in to comment.