diff --git a/.getea/ workflows/test.yml b/.getea/ workflows/test.yml deleted file mode 100644 index ddbd40204..000000000 --- a/.getea/ workflows/test.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: checks -on: - - push - - pull_request - -jobs: - lint: - name: check and test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version-file: 'go.mod' - - name: vet checks - run: make vet - - name: build - run: make build - - name: test - run: make test \ No newline at end of file