diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml deleted file mode 100644 index f5eae4b..0000000 --- a/.github/workflows/lint.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Test/Lint/Fmt/Vet -on: - push: - branches: - - main - pull_request: - -jobs: - test: - runs-on: ubuntu-latest - container: golang:1 - env: - GOFLAGS: "-buildvcs=false" - steps: - - uses: actions/checkout@v4 - - - name: Test - run: make test