Skip to content

Merge pull request #176 from publiccodenet/fix-broken-links-20240328T… #388

Merge pull request #176 from publiccodenet/fix-broken-links-20240328T…

Merge pull request #176 from publiccodenet/fix-broken-links-20240328T… #388

Workflow file for this run

name: Test
on:
- push
- pull_request
defaults:
run:
shell: bash
jobs:
cibuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install
- run: ./script/cibuild.sh