.github/workflows/test.yaml in lrama-0.5.8 vs .github/workflows/test.yaml in lrama-0.5.9
- old
+ new
@@ -55,10 +55,10 @@
git grep -I -n '[ ]$' -- '*.rb' '*.[chy]' '*.rs' ':!spec/' && exit 1 || :
git grep -n '^[ ][ ]*$' -- '*.md' && exit 1 || :
- name: Check for parser.rb is up to date
run: |
- bundle exec rake build:racc_parser
+ bundle exec rake build:parser
git diff --color --no-ext-diff --ignore-submodules --exit-code lib/lrama/parser.rb
steep-check:
runs-on: ubuntu-20.04
strategy:
fail-fast: false