Bump unicode-display_width from 2.6.0 to 3.1.2 #437
Workflow file for this run
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 |