File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 18
18
python : ['3.8', '3.9', '3.10']
19
19
20
20
steps :
21
- - uses : compas-dev/compas-actions.build@v2
21
+ - uses : compas-dev/compas-actions.build@v3
22
22
with :
23
- test_lint : true
24
- test_compas : true
23
+ invoke_lint : true
24
+ check_import : true
25
25
use_conda : true
26
26
python : ${{ matrix.python }}
Original file line number Diff line number Diff line change 14
14
docs :
15
15
runs-on : windows-latest
16
16
steps :
17
- - uses : compas-dev/compas-actions.docs@v2
17
+ - uses : compas-dev/compas-actions.docs@v3
18
18
with :
19
19
github_token : ${{ secrets.GITHUB_TOKEN }}
20
20
use_conda : true
21
+ doc_url : https://compas.dev/compas_fea2/
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
python : ['3.8', '3.9', '3.10']
15
15
16
16
steps :
17
- - uses : compas-dev/compas-actions.build@v2
17
+ - uses : compas-dev/compas-actions.build@v3
18
18
with :
19
- test_lint : true
20
- test_compas : true
21
- use_conda : true
22
19
python : ${{ matrix.python }}
20
+ invoke_lint : true
21
+ use_conda : true
22
+ check_import : true
23
23
24
24
Publish :
25
25
needs : build
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
* Updated existing workflows to latest.
17
17
* Build tests are temporarily disabled.
18
+ * Updated ` compas-actions.build ` and ` compas-actions.doc ` workflows to v3.
18
19
19
20
### Removed
20
21
You can’t perform that action at this time.
0 commit comments