Skip to content

Merge pull request #160 from johannadinicola/newsletter/2024-02-28 #308

Merge pull request #160 from johannadinicola/newsletter/2024-02-28

Merge pull request #160 from johannadinicola/newsletter/2024-02-28 #308

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.4"
bundler-cache: true
- run: bundle exec script/cibuild