mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-21 12:45:05 +02:00
ci: add some documentation in the workflow files
This commit is contained in:
parent
a9b808334c
commit
4b49ddabe5
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…
x
Reference in New Issue
Block a user