File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 7
7
pre-commit :
8
8
runs-on : ubuntu-latest
9
9
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
42
11
43
12
deptry :
44
13
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments