Skip to content

GOATS-447: Bump ipykernel from 6.30.1 to 7.0.0 in the notebook-depend… #668

GOATS-447: Bump ipykernel from 6.30.1 to 7.0.0 in the notebook-depend…

GOATS-447: Bump ipykernel from 6.30.1 to 7.0.0 in the notebook-depend… #668

Workflow file for this run

name: Run HTMLHint
on:
pull_request:
paths:
- "src/goats_tom/templates/**/*.html"
- ".github/workflows/run_htmlhint.yaml"
push:
branches:
- main
jobs:
run_htmlhint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Node.js
uses: actions/setup-node@v5
with:
node-version: latest
- name: Install HTMLHint
run: npm install htmlhint -g
- name: Run HTMLHint
run: htmlhint src