Skip to content

Bump activesupport from 7.0.7 to 7.0.7.2 #55

Bump activesupport from 7.0.7 to 7.0.7.2

Bump activesupport from 7.0.7 to 7.0.7.2 #55

Workflow file for this run

name: Build the WCAG Primer
on:
push:
branches-ignore:
- main
- master
jobs:
# A really basic check to see if this builds okay.
only-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec middleman build --clean