There was an error while loading. Please reload this page.
1 parent c91a0fd commit f5762cbCopy full SHA for f5762cb
2 files changed
.github/workflows/ci.yaml
@@ -1,13 +1,19 @@
1
---
2
name: Run tests
3
4
-on:
+on: # yamllint disable-line rule:truthy
5
push:
6
branches: ['master']
7
pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
pytest:
12
uses: colcon/ci/.github/workflows/pytest.yaml@main
13
secrets:
14
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15
+ yamllint:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/checkout@v5
19
+ - run: yamllint -f github .
publish-python.yaml
@@ -1,3 +1,4 @@
+---
artifacts:
- type: wheel
uploads:
0 commit comments