From 754c72e7168bead660dc2027fdf8e3a257621f7a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 11 Dec 2024 08:33:01 -0300 Subject: rm .github/workflows/test.yml --- .github/workflows/test.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index ca0c729..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Test - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - - test: - name: go test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 - with: - go-version: 1.19 - - run: go test -v ./... - - lint: - name: golangci-lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 - with: - go-version: 1.19 - - uses: golangci/golangci-lint-action@v3 - with: - version: latest - args: -E gofmt -- cgit v1.2.3