aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-16 19:56:06 -0800
committerGitHub <[email protected]>2022-01-16 19:56:06 -0800
commitd29084bf5c59ede131332f8e041bb79be13adbe7 (patch)
tree1391643590110e8be0a495ecf7cff9602cfe0ff5 /.github/workflows
parentfix(contact): update links (diff)
downloadspace-d29084bf5c59ede131332f8e041bb79be13adbe7.tar.xz
space-d29084bf5c59ede131332f8e041bb79be13adbe7.zip
feat(actions): check
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
new file mode 100644
index 0000000..d5cf7fd
--- /dev/null
+++ b/.github/workflows/go.yml
@@ -0,0 +1,15 @@
+name: Go ✅
+
+on: [push, pull_request, workflow_dispatch ]
+
+jobs:
+ check:
+ runs-on: ubuntu-20.04
+ steps:
+ - name: Checkout 🛒
+ uses: actions/checkout@v2
+
+ - name: Check ✅
+ uses: cedrickring/[email protected]
+ continue-on-error: false
+