Skip to content

Commit

Permalink
update flake8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 14, 2024
1 parent 1535200 commit 87d6013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- uses: actions/setup-python@v3
name: setup Python
with:
python-version: 3.10
- name: Checkout pywis-pubsub
python-version: '3.10'
- name: Checkout wis2-gdc
uses: actions/checkout@master
- name: Install flake8
run: pip3 install flake8
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
with:
checkName: 'flake8_py3' # NOTE: this needs to be the same as the job name
checkName: 'flake8_py3'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87d6013

Please sign in to comment.