Skip to content

Commit

Permalink
Add act (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
  • Loading branch information
torjacob and b3nj5m1n committed Apr 1, 2023
1 parent a3bf86f commit e95c9a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/act.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "act",
"files": [
{
"path": "$HOME/.actrc",
"movable": true,
"help": "Act supports the XDG spec.\n\n```sh\nmkdir \"$XDG_CONFIG_HOME/act\"\nmv .actrc \"$XDG_CONFIG_HOME/act/actrc\"\n```\n\n[Source:](https://github.com/nektos/act/issues/1678)\n"
}
]
}

0 comments on commit e95c9a5

Please sign in to comment.