diff options
-rwxr-xr-x | tests.sh | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,8 +1,4 @@ -#!/usr/bin/env bash -set -Eeuo pipefail -cd "$(dirname "${BASH_SOURCE[0]}")" - -set -x +#!/bin/sh -eux ./scripts/assert-spelling.sh ./scripts/assert-nixfmt.sh |