Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent c491d48 commit 7eb800f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
# Stylecheck
- name: Flake8
shell: ${{ inputs.shell }}
run: flake8 client/funq server/funq_server
run: python3 -m flake8 client/funq server/funq_server

# Server
- name: Install server
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
build-essential xvfb \
python3 python3-pip python3-flake8 \
${{ matrix.packages }}
echo "$PATH:`python3 -m site`/bin" >> $GITHUB_PATH
- uses: ./.github/workflows/common
with:
shell: bash
Expand Down

0 comments on commit 7eb800f

Please sign in to comment.