We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c8e14 commit a8ea818Copy full SHA for a8ea818
1 file changed
.github/workflows/python_tests.yml
@@ -8,12 +8,13 @@ on:
8
9
jobs:
10
Python_lint:
11
- runs-on: ubuntu-slim
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v6
14
- name: Lint with ruff # See pyproject.toml for settings
15
uses: astral-sh/ruff-action@v3
16
- run: ruff format --check --diff
17
+ - uses: wagoid/commitlint-github-action@v6
18
19
Python_tests:
20
runs-on: ${{ matrix.os }}
0 commit comments