Merge pull request #50122 from octokatherine/job-arg-string-subclass-… #1
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: Rail Inspector | |
on: | |
pull_request: | |
paths: | |
- "tools/rail_inspector/**" | |
push: | |
paths: | |
- "tools/rail_inspector/**" | |
permissions: | |
contents: read | |
jobs: | |
rail_inspector: | |
name: rail_inspector tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.2 | |
bundler-cache: true | |
- run: cd tools/rail_inspector && bundle exec rake |