Skip to content

Rename Lrama::Grammar::Rule#to_s to Lrama::Grammar:Rule::display_name #507

Rename Lrama::Grammar::Rule#to_s to Lrama::Grammar:Rule::display_name

Rename Lrama::Grammar::Rule#to_s to Lrama::Grammar:Rule::display_name #507

Workflow file for this run

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