Skip to content

Commit a7721a7

Browse files
committed
moved trunk up
1 parent 8c0131b commit a7721a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
uses: actions/setup-python@master
2929
with:
3030
python-version: ${{ matrix.python-version }}
31+
- name: Trunk Check
32+
uses: trunk-io/trunk-action@main
33+
3134
- name: Tox
3235
run: |
3336
python -m pip install --upgrade pip
3437
python -m pip install -U tox
3538
tox
36-
- name: Trunk Check
37-
uses: trunk-io/trunk-action@main
3839
3940
- if: ${{ github.event_name == 'push' && matrix.python-version == 3.12 }}
4041
name: Export Coverage XML

0 commit comments

Comments
 (0)