Skip to content

Commit

Permalink
test: call flake8 directly with new container
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Aug 9, 2024
1 parent 9ec3c3d commit 63d4a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/controller-flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
controller-flake8:
runs-on: "feda-linux-default"
runs-on: "feda-linux-default"

steps:
- name: clone repo
Expand All @@ -37,4 +37,4 @@ jobs:

- name: run flake8
run: |
python3 -m flake8 containers/controller/src
flake8 containers/controller/src

0 comments on commit 63d4a07

Please sign in to comment.