Skip to content

Bump github-pages from 228 to 231 #277

Bump github-pages from 228 to 231

Bump github-pages from 228 to 231 #277

Workflow file for this run

name: Ruby build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Set up Ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Ruby tests
run: |
bundle exec rake test:test
bundle exec rubocop
- name: Run HTML tests
run: bundle exec rake test:html