Skip to content

Commit a359a8d

Browse files
authored
Merge pull request #262 from tschm/tschm-patch-1
Update pre-commit.yml
2 parents b25588e + f166419 commit a359a8d

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,7 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Checkout [${{ github.repository }}]
11-
uses: actions/checkout@v4
12-
13-
- uses: pre-commit/action@v3.0.1
14-
with:
15-
extra_args: '--verbose --all-files'
16-
17-
test:
18-
runs-on: ubuntu-latest
19-
steps:
20-
#- uses: actions/checkout@v4
21-
22-
- name: Start MongoDB
23-
uses: supercharge/mongodb-github-action@1.12.0
24-
with:
25-
mongodb-version: 6.0
26-
mongodb-db: test
27-
mongodb-port: 27017
28-
29-
- name: Checkout [${{ github.repository }}]
30-
uses: actions/checkout@v4
31-
32-
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.17
33-
with:
34-
source-folder: src/antarctic
35-
tests-folder: src/tests
36-
37-
- name: Coveralls GitHub Action
38-
uses: coverallsapp/github-action@v2
39-
with:
40-
files: artifacts/tests/coverage/coverage.info
41-
format: lcov
10+
- uses: cvxgrp/.github/actions/pre-commit@v2.1.0
4211

4312
deptry:
4413
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)