Skip to content

fix: use bundle exec htmlbeautifier in bin/build #23

fix: use bundle exec htmlbeautifier in bin/build

fix: use bundle exec htmlbeautifier in bin/build #23

Workflow file for this run

name: CI
on:
push:
branches-ignore: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- run: bin/build
- run: bin/htmlproofer