Skip to content

Update actions/checkout digest to 0ad4b8f #62

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #62

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Install gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
jekyll build