aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-29 10:21:31 -0300
committerEuAndreh <eu@euandre.org>2024-11-29 10:21:31 -0300
commitc8782baf702bd2332f4b6b0b99eb02976aaa6495 (patch)
treed8a7764f6428319fb30f4149fef1ba259fcbf325
parentAbsorb spec/ (diff)
downloadtre-c8782baf702bd2332f4b6b0b99eb02976aaa6495.tar.gz
tre-c8782baf702bd2332f4b6b0b99eb02976aaa6495.tar.xz
rm .github/workflows/ci.yaml
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
deleted file mode 100644
index fc0b475..0000000
--- a/.github/workflows/ci.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: ci
-
-on:
- push:
- branches: [ main ]
- pull_request:
- branches: [ main ]
-
-jobs:
-
- test:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
-
- - name: Set up Go
- uses: actions/setup-go@v2
- with:
- go-version: 1.16
-
- - name: Test
- run: go test -v ./...
-
- golangci:
- name: lint
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: golangci-lint
- uses: golangci/golangci-lint-action@v2
- with:
- version: latest
- args: -E gofmt