Skip to content

Commit

Permalink
Update golangci/golangci-lint-action action to v5 (arcalot#63)
Browse files Browse the repository at this point in the history
* Replace workflow with a reusable one

---------

Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
Co-authored-by: redhat-renovate-bot <168419866+redhat-renovate-bot@users.noreply.github.com>
Co-authored-by: Webb Scales <wscales@redhat.com>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent b54fa21 commit 4044228
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 68 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Golang Test
on:
push:
branches:
- main
pull_request:
jobs:
lint_and_test:
name: lint and test
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_lint_and_test.yaml@main
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}
68 changes: 0 additions & 68 deletions .github/workflows/test_ci.yaml

This file was deleted.

0 comments on commit 4044228

Please sign in to comment.