We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902874 commit 8cbfef4Copy full SHA for 8cbfef4
1 file changed
.github/workflows/civo-cli.yaml
@@ -0,0 +1,13 @@
1
+name: Civo CLI
2
+
3
+on:
4
+ - pull_request
5
6
+jobs:
7
+ civo-cli-test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Install civo
11
+ uses: civo/action-civo@master
12
+ with:
13
+ token: "TODO"
0 commit comments