Skip to content

Drop javascript from footer and add to only the pages it's needed on #133

Drop javascript from footer and add to only the pages it's needed on

Drop javascript from footer and add to only the pages it's needed on #133

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: MegaLinter
run: ./scripts/lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}