Skip to content

Adding Content state version #447

Adding Content state version

Adding Content state version #447

Workflow file for this run

name: Check-linkrot
on:
push:
paths-ignore:
- '**/README.md'
jobs:
test_linkrot:
runs-on: ubuntu-latest # The type of runner that the job will run on
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install
run: gem install bundler && bundle
- name: Build site
run: bundle exec rake build:default
- name: Test external links
run: bundle exec rake test:links:external