Skip to content

Commit c35db99

Browse files
authored
Create main.workflow
1 parent 73e969b commit c35db99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)