Skip to content

Commit

Permalink
Fix HTTP status code logic
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 20, 2024
1 parent 93f3ded commit edc61c4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: git diff --exit-code

test-no-nix:
needs: build
name: "Test: Nix not installed"
runs-on: ubuntu-22.04
permissions:
Expand All @@ -47,6 +48,7 @@ jobs:
strict-mode: true

run-x86_64-linux-untrusted:
needs: build
name: Run x86_64 Linux, Untrusted
runs-on: ubuntu-22.04
permissions:
Expand Down
21 changes: 15 additions & 6 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit edc61c4

Please sign in to comment.