rebase: bump github.com/ceph/go-ceph from 0.24.1-0.20231116190858-df112a417d31 to 0.25.0 #7643
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: lint-extras | |
# yamllint disable-line rule:truthy | |
on: | |
pull_request: | |
branches: | |
- '*' | |
permissions: | |
contents: read | |
jobs: | |
lint-extras: | |
name: lint-extras | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: lint-extras | |
run: make containerized-test TARGET=lint-extras |