Merge pull request #1539 from lsst-it/renovate/lsst-s3daemon-1.x #7909
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
--- | |
# yamllint disable rule:quoted-strings | |
name: librarian-puppet | |
"on": | |
push: | |
branches: | |
- production | |
- cp_production | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
librarian_puppet: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.2.5 | |
- run: bundle install | |
- name: Puppetfile recursive dependency check | |
run: | | |
echo "exclusion 'choria-mcollective'" >> Puppetfile | |
bundle exec librarian-puppet install --verbose |