We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db7899 commit 9aee163Copy full SHA for 9aee163
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages
32
33
- name: Run tests
34
- run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
+ run: spago test --offline --censor-stats --strict --pedantic-packages
35
36
- name: Verify formatting
37
run: purs-tidy check src test
bower.json
package.json
@@ -7,5 +7,8 @@
7
"devDependencies": {
8
"eslint": "^9.12.0",
9
"purescript-psa": "^0.9.0"
10
- }
11
-}
+ },
+ "authors": [
12
+ "Nathan Faubion <[email protected]>"
13
+ ]
14
+}
0 commit comments