Skip to content

Switch parser over to Prism #1542

Switch parser over to Prism

Switch parser over to Prism #1542

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
strategy:
fail-fast: false
matrix:
ruby:
- '3.2'
- '3.3'
- '3.4'
- truffleruby-head
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Test
run: bundle exec rake test
# check:
# name: Check
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - uses: ruby/setup-ruby@v1
# with:
# bundler-cache: true
# ruby-version: '3.2'
# - name: Check
# run: |
# bundle exec rake stree:check
# bundle exec rubocop