Skip to content

Make crypto quiz harder and cleaner #9

Make crypto quiz harder and cleaner

Make crypto quiz harder and cleaner #9

Workflow file for this run

name: Site checks
on:
push:
pull_request:
schedule:
- cron: "17 9 * * 1"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run static site checks
run: bash scripts/check-site.sh