Skip to content

Bump actions/checkout from 3 to 4 #58

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #58

Workflow file for this run

on: push
name: CI
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.0
- name: Setup Git
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
- name: Bootstrap
run: script/bootstrap
- name: test
run: script/cibuild