Skip to content

Commit

Permalink
rm lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Oct 15, 2024
1 parent a9c6d83 commit 5e24f2f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/blobstorage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,6 @@ on:
- "go.sum"

jobs:
lint-blobstorage:
name: lint-blobstorage
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
runs-on: [arc-runner-set]
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23.0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest

# Optional: working directory, useful for monorepos
working-directory: ./packages/blobstorage
args: --config=.golangci.yml --timeout=4m

push-blobstorage-docker-image:
# Skip dependabot PRs
if: ${{ github.event_name == 'pull_request' && ! startsWith(github.ref, 'refs/heads/dependabot/') }}
Expand Down

0 comments on commit 5e24f2f

Please sign in to comment.