Bump rubocop from 1.69.1 to 1.69.2 #458
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: Check Configuration | |
on: [push] | |
jobs: | |
check_configuration: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up latest Ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: ruby | |
- name: Run the script that checks for duplicates | |
run: | | |
ruby scripts/check_config_duplicates.rb |