Skip to content

Commit

Permalink
fix flake8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Aug 14, 2024
1 parent 303ee4c commit 526e4f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ on:

jobs:
flake8_py3:
runs-on: ubuntu-jammy
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- 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 526e4f7

Please sign in to comment.