Skip to content

⬆️ Bump actions/checkout from 3 to 4 (#15) #20

⬆️ Bump actions/checkout from 3 to 4 (#15)

⬆️ Bump actions/checkout from 3 to 4 (#15) #20

Workflow file for this run

name: My workflow
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: script/cibuild