Skip to content

ci: oops i had disabled running on main #28

ci: oops i had disabled running on main

ci: oops i had disabled running on main #28

Workflow file for this run

name: Run validation and build checks
on:
workflow_dispatch:
pull_request:
types:
- assigned
push:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run check
run: make check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Render site
run: make build