Skip to content

ci: add PR authorization gate for org-only PRs #3

ci: add PR authorization gate for org-only PRs

ci: add PR authorization gate for org-only PRs #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate course structure
run: make check