Skip to content

fix: alert color variants #254

fix: alert color variants

fix: alert color variants #254

Workflow file for this run

on:
push:
branches:
- main
name: Build
jobs:
htmlproofer:
name: HtmlProofer tests
runs-on: ubuntu-latest
container:
image: timbru31/ruby-node:3.0-16
steps:
- uses: actions/checkout@v3
- name: Fixup git permissions
# https://github.com/actions/checkout/issues/766
shell: bash
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- run: bundle install
- run: chmod -R 777 .
- run: npm ci
- run: npm run build
- run: npm run test-htmlproofer