Skip to content

Commit

Permalink
ci: more uv
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Mar 28, 2024
1 parent 905e6cc commit c393cc2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ concurrency:
cancel-in-progress: true

jobs:
pre-commit:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Setup uv
uses: yezz123/setup-uv@v4
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.1
uv-venv: ".venv"
- name: Install nox
run: uv pip install nox
- name: PyLint
run: |
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run nox -s pylint
nox -s pylint
checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c393cc2

Please sign in to comment.