Skip to content

Update actions/cache and Run Tests on PRs #9

Update actions/cache and Run Tests on PRs

Update actions/cache and Run Tests on PRs #9

Workflow file for this run

# GitHub Action for Jekyll
#
# Runs jekyll build on pull requests to verify that they build.
name: Test Build
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
container: ruby:3.2.2-bookworm
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/jekyll-build