aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-09-22 15:15:10 -0400
committerGitHub <noreply@github.com>2019-09-22 15:15:10 -0400
commitd9134ec095299dc4a69113b0d415f1c34a6635b3 (patch)
treee501f12402e48c8d8b0f0b495380019e232ebfb5
parente8ba3931d478bee66ffb110821db1d5b370c8f28 (diff)
downloadcommando-d9134ec095299dc4a69113b0d415f1c34a6635b3.tar.gz
commando-d9134ec095299dc4a69113b0d415f1c34a6635b3.tar.bz2
commando-d9134ec095299dc4a69113b0d415f1c34a6635b3.zip
Update main.yml
-rw-r--r--.github/workflows/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..532fe34
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,18 @@
+name: CI
+
+on: [push]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v1
+ name: Run a one-line script
+ run: echo Hello, world!
+ - name: Run a multi-line script
+ run: |
+ echo Add other actions to build,
+ echo test, and deploy your project.
+ - uses: ./ci