diff options
| author | Fuwn <[email protected]> | 2022-01-16 19:56:06 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-16 19:56:06 -0800 |
| commit | d29084bf5c59ede131332f8e041bb79be13adbe7 (patch) | |
| tree | 1391643590110e8be0a495ecf7cff9602cfe0ff5 /.github/workflows | |
| parent | fix(contact): update links (diff) | |
| download | space-d29084bf5c59ede131332f8e041bb79be13adbe7.tar.xz space-d29084bf5c59ede131332f8e041bb79be13adbe7.zip | |
feat(actions): check
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 15 |
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 + |