mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
19 lines
289 B
YAML
19 lines
289 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:
|
||
|
- uses: actions/checkout@v4
|
||
|
- run: make containerized-test TARGET=tickgit
|