diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index b419065..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Go Lint - -on: [push] - -jobs: - test: - name: Lint - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest] - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Run golangci-lint - uses: golangci/golangci-lint-action@v2