mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-16 21:28:26 +00:00
ci: add some documentation in the workflow files
This commit is contained in:
parent
a9b808334c
commit
4b49ddabe5
2 changed files with 3 additions and 1 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
@ -1,3 +1,5 @@
|
|||
# A routine check to see if there are any Rust-specific security vulnerabilities in the repo we should be aware of.
|
||||
|
||||
name: audit
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
# Actions to run after releasing a version.
|
||||
# Actions to run after releasing a version, like generating documentation via mkdocs or notifying packaging repos.
|
||||
name: post-release
|
||||
|
||||
on:
|
||||
|
|
Loading…
Add table
Reference in a new issue