Skip to content

Commit

Permalink
ci: add some documentation in the workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Oct 18, 2021
1 parent a9b8083 commit 4b49dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4b49dda

Please sign in to comment.