Skip to content

Commit

Permalink
chore: Update setup-regal and golangci-lint actions to latest (#918)
Browse files Browse the repository at this point in the history
* chore: Update setup Regal linter to v1

Signed-off-by: John Reese <john@reese.dev>

* chore: Update golangci-lint-action to v4

Signed-off-by: John Reese <john@reese.dev>

---------

Signed-off-by: John Reese <john@reese.dev>
  • Loading branch information
jpreese committed Feb 15, 2024
1 parent 291f011 commit d5dc9f8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pr.yaml
Expand Up @@ -38,9 +38,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0

Expand All @@ -52,12 +53,17 @@ jobs:

- name: setup bats
uses: bats-core/bats-action@1.5.4
with:
support-install: false
assert-install: false
detik-install: false
file-install: false

- name: test examples
run: make test-examples

- name: setup regal
uses: StyraInc/setup-regal@v0.2.0
uses: StyraInc/setup-regal@v1
with:
version: v0.11.0

Expand Down

0 comments on commit d5dc9f8

Please sign in to comment.