mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
Point out the commands run after pkg build
This commit is contained in:
parent
073cb4c032
commit
35c13cb436
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ $ pkg build
|
||||||
# ^^ needs a zero permissions GITHUB_TOKEN to use the GitHub API
|
# ^^ needs a zero permissions GITHUB_TOKEN to use the GitHub API
|
||||||
# either set `GITHUB_TOKEN` or run `gh auth login`
|
# either set `GITHUB_TOKEN` or run `gh auth login`
|
||||||
|
|
||||||
|
$ foo
|
||||||
|
# ^^ anything in the `provides:` key will now run
|
||||||
|
|
||||||
$ pkg test
|
$ pkg test
|
||||||
# ^^ you need to write a test that verifies the package works
|
# ^^ you need to write a test that verifies the package works
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue