Skip to content

Update actions/checkout digest to 1d96c77 (#142) #53

Update actions/checkout digest to 1d96c77 (#142)

Update actions/checkout digest to 1d96c77 (#142) #53

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1.173.0
- name: Run Jekyll build
run: |
bundle install
bundle exec jekyll build