-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# © 2024 piegames <[email protected]> | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
use_nix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,10 @@ Copyright: 2019 Serokell <[email protected]> | |
2019 Lars Jellema <[email protected]> | ||
License: MPL-2.0 | ||
|
||
Files: test/diff/* | ||
Copyright: 2024 piegames <[email protected]> | ||
License: MPL-2.0 | ||
|
||
Files: test/correct/* | ||
Copyright: 2022 Serokell <[email protected]> | ||
2022 Lars Jellema <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
#!/usr/bin/env bash | ||
# © 2024 piegames <[email protected]> | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
set -euo pipefail | ||
|
||
# Simple test runner for nixfmt. | ||
|