Bump rbs from v3.6.0 to v3.7.0 and steep from v1.8.0 to v1.8.1 #608
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: CodeSpell | |
on: | |
- pull_request | |
jobs: | |
codespell: | |
name: CodeSpell | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: CodeSpell | |
uses: codespell-project/actions-codespell@master | |
with: | |
check_filenames: true | |
check_hidden: true | |
ignore_words_file: .codespellignore | |
exclude_file: lib/lrama/parser.rb |