Skip to content

Commit 1815aef

Browse files
committed
Add lint test
1 parent a40026e commit 1815aef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ on:
1414
workflow_call:
1515

1616
jobs:
17+
lint:
18+
name: Lint
19+
runs-on: ubuntu-latest
20+
timeout-minutes: 5
21+
steps:
22+
- name: Checkout
23+
uses: actions/checkout@v4
24+
- name: Install tox
25+
run: pipx install tox
26+
- name: Run linters
27+
run: tox run -e lint
28+
1729
unit-test:
1830
name: Unit tests
1931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)