Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Oct 25, 2023
1 parent f2a9518 commit 5167f02
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
# pull-requests: read

jobs:
golangci:
name: lint
generate:
name: generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog-golanglint-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: reviewdog-golangci-lint
on:
push:
branches:
Expand All @@ -11,7 +11,7 @@ permissions:
# pull-requests: read

jobs:
golangci:
lint:
name: lint
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reviewdog-staticcheck.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: reviewdog
name: reviewdog-staticcheck
on: [pull_request]
jobs:
staticcheck:
name: runner / staticcheck
name: staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,4 +15,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
filter_mode: nofilter
fail_on_error: true
fail_on_error: false
3 changes: 3 additions & 0 deletions .reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) Snowflake, Inc.
# SPDX-License-Identifier: MIT

runner:
golangci:
cmd: golangci-lint run --out-format=line-number --timeout 5m
Expand Down

0 comments on commit 5167f02

Please sign in to comment.