Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Bump diff-lcs from 1.5.0 to 1.5.1 #364

Bump diff-lcs from 1.5.0 to 1.5.1

Bump diff-lcs from 1.5.0 to 1.5.1 #364

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Check build
run: bundle exec rake jekyll:check
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Check external links
continue-on-error: true
run: bundle exec rake jekyll:check_external_links