Merge pull request #1046 from mlibrary/image_without_fileserver #310
This file contains hidden or 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: Check Dependencies | |
| on: | |
| push: | |
| branches: | |
| - production | |
| pull_request: | |
| paths: | |
| - metadata.json | |
| jobs: | |
| librarian: | |
| runs-on: ubuntu-24.04-arm | |
| steps: | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 | |
| with: | |
| bundler-cache: true | |
| - name: Resolve dependencies with librarian-puppet | |
| run: bundle exec librarian-puppet install --verbose |