Skip to content

Commit

Permalink
Update go-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Feb 2, 2024
1 parent f4a4cd8 commit 6f25638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: lint
name: go-lint
on:
pull_request:
branches:
Expand All @@ -29,7 +29,7 @@ concurrency:

jobs:
golangci:
name: lint
name: ${{ matrix.folder }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 6f25638

Please sign in to comment.