Skip to content

adds Contributor Covenant as example #203

adds Contributor Covenant as example

adds Contributor Covenant as example #203

Workflow file for this run

name: Test
on:
- push
- pull_request
- workflow_dispatch
defaults:
run:
shell: bash
jobs:
cibuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install
- run: ./script/test-markdown.sh
- run: ./script/test-without-link-check.sh
- run: ./script/check-new-links.sh