Skip to content

Commit

Permalink
Update CI for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli committed May 17, 2024
1 parent 1d45fa0 commit 9d22628
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python3 -m pip install --user mypy ruff types-gdb prompt_toolkit==3.0.40 vermin
sudo apt-get update && sudo apt-get install -y shellcheck shfmt
curl -sSL https://install.python-poetry.org | python3 -
poetry install
- name: Run linters
run: |
./lint.sh
poetry shell && ./lint.sh

0 comments on commit 9d22628

Please sign in to comment.