Skip to content

Merge pull request #105 from Earlopain/ragel-rake-buildin-command #170

Merge pull request #105 from Earlopain/ragel-rake-buildin-command

Merge pull request #105 from Earlopain/ragel-rake-buildin-command #170

Workflow file for this run

name: gouteur
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Install and run ragel
run: |
sudo apt-get install -yqq ragel
bundle exec rake ragel
- name: Test
run: bundle exec gouteur