Skip to content

fix: Serve static files from the static directory, if it exists, othe… #50

fix: Serve static files from the static directory, if it exists, othe…

fix: Serve static files from the static directory, if it exists, othe… #50

Workflow file for this run

---
name: Check
'on':
push:
pull_request:
jobs:
format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/flake-checker-action@v5
- run: 'nix fmt . -- --check'
- run: 'nix build .'
- run: 'nix flake check'