Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Bump parser from 3.3.0.3 to 3.3.0.4 #194

Bump parser from 3.3.0.3 to 3.3.0.4

Bump parser from 3.3.0.3 to 3.3.0.4 #194

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: recursive
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.1'
- name: Test
run: bundle exec rake test