Skip to content

Add github actions

Add github actions #1

Workflow file for this run

name: Docs
on:
push:
branches: master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- name: Outdated readme check
run: bundle exec readme:outdated