Skip to content

Commit

Permalink
fix install python3-flake8-quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Kamalesh Babulal <[email protected]>
  • Loading branch information
kamalesh-babulal committed Aug 14, 2024
1 parent 6fae845 commit 7f562a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
run: |
sudo apt-get update
sudo apt-get install python3-flake8-quotes
- name: Check out source repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.8"
- run: pip install flake8-quote
- name: flake8 Lint
uses: reviewdog/action-flake8@v3
with:
Expand Down

0 comments on commit 7f562a4

Please sign in to comment.