We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7494de9 commit 53cffc0Copy full SHA for 53cffc0
.stubs/act
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env -S mise tool-stub
2
+# Optional comment describing the tool
3
+
4
+version = "latest"
5
+tool = "act"
6
+bin = "act"
mise.toml
@@ -12,6 +12,10 @@ run = 'yarn lint'
12
description = 'Lint the project while also auto-fixing things that can be.'
13
run = 'yarn lint --fix'
14
15
+[tasks.test-local]
16
+description = 'Use `act` to test locally.'
17
+run = './.stubs/act push -s fossaApiKey=${FOSSA_API_KEY}'
18
19
[tools]
20
node = "20.19.0"
21
"npm:eslint" = "latest"
0 commit comments