Skip to content

test: prevent test middleware from crashing on GET requests in Express 5 #885

test: prevent test middleware from crashing on GET requests in Express 5

test: prevent test middleware from crashing on GET requests in Express 5 #885

Workflow file for this run

---
name: Format
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nix-flake-check:
name: Nix Flake Check
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- name: Checkout
uses: actions/checkout@v7
- run: nix flake check