Skip to content

Bump honkit from 4.0.8 to 5.0.0 #124

Bump honkit from 4.0.8 to 5.0.0

Bump honkit from 4.0.8 to 5.0.0 #124

Workflow file for this run

# This workflow will build a middleman project with bundle
name: Testing For PRs
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Run the build
run: bundle exec rake build