Skip to content

Merge pull request #525 from RalphHightower/RalphHightower-patch-27 #14

Merge pull request #525 from RalphHightower/RalphHightower-patch-27

Merge pull request #525 from RalphHightower/RalphHightower-patch-27 #14

Workflow file for this run

name: ci.yml – Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Test with Jekyll ${{ matrix.jekyll }}"
runs-on: "ubuntu-latest"
strategy:
matrix:
jekyll: ["~> 4.3.4"]
env:
JEKYLL_VERSION: ${{ matrix.jekyll }}
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Set Up Ruby 3.3.6
uses: ruby/[email protected]
with:
ruby-version: 3.3.6
bundler-cache: true
- name: Run tests
run: script/cibuild