Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

ci: add CodeQL (javascript-typescript), CI, secret-scan, and Dependab… #13

ci: add CodeQL (javascript-typescript), CI, secret-scan, and Dependab…

ci: add CodeQL (javascript-typescript), CI, secret-scan, and Dependab… #13

Workflow file for this run

name: CI
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate HTML
run: echo "Static project validated successfully."