Merge pull request #1585 from lsst-it/IT-5845_add_host_entries #9757
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: rake checks | |
"on": | |
push: | |
branches: | |
- production | |
- cp_production | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
rake_checks: | |
runs-on: | |
group: Default Larger Runners | |
labels: ubuntu-latest-16-cores | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.2.5 | |
- run: bundle install | |
- name: run rake checks | |
run: bundle exec rake |