We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e969b commit c35db99Copy full SHA for c35db99
.github/main.workflow
@@ -0,0 +1,9 @@
1
+workflow "GitHub Action for pyup Safety" {
2
+ on = "push"
3
+ resolves = ["safety command"]
4
+}
5
+
6
+action "safety command" {
7
+ uses = "cclauss/GitHub-Action-for-pyup-Safety-CI@master"
8
+ args = "safety check --full-report"
9
0 commit comments