Skip to content

build(deps): bump activesupport from 6.1.7.4 to 6.1.7.6 #194

build(deps): bump activesupport from 6.1.7.4 to 6.1.7.6

build(deps): bump activesupport from 6.1.7.4 to 6.1.7.6 #194

Workflow file for this run

name: "Test build"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install ruby dependencies
run: bundle install
- name: Bulid with middleman
run: bundle exec middleman build