Skip to content

Commit 53cffc0

Browse files
committed
Add stub and test runner.
1 parent 7494de9 commit 53cffc0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.stubs/act

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ run = 'yarn lint'
1212
description = 'Lint the project while also auto-fixing things that can be.'
1313
run = 'yarn lint --fix'
1414

15+
[tasks.test-local]
16+
description = 'Use `act` to test locally.'
17+
run = './.stubs/act push -s fossaApiKey=${FOSSA_API_KEY}'
18+
1519
[tools]
1620
node = "20.19.0"
1721
"npm:eslint" = "latest"

0 commit comments

Comments
 (0)