Skip to content

feat: SFH is_done() + tests on dir autoindexing and redirection #166

feat: SFH is_done() + tests on dir autoindexing and redirection

feat: SFH is_done() + tests on dir autoindexing and redirection #166

Workflow file for this run

name: CI pipeline
on:
pull_request:
branches: [main, dev]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: pipx install compiledb
- name: Build and run checks
run: make all check