Skip to content

Bump unf_ext from 0.0.8.2 to 0.0.9 #250

Bump unf_ext from 0.0.8.2 to 0.0.9

Bump unf_ext from 0.0.8.2 to 0.0.9 #250

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- 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
with:
submodules: true
- 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