mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
b94a55c0d3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
20 lines
384 B
YAML
20 lines
384 B
YAML
---
|
|
name: List TODO's
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
push:
|
|
branches:
|
|
- devel
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
tickgit:
|
|
name: tickgit
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
# yamllint disable-line rule:line-length
|
|
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
|
- run: make containerized-test TARGET=tickgit
|