Skip to content

Commit

Permalink
chore: update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Oct 15, 2024
1 parent c4cd761 commit 3e9139c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
paths-ignore:
- CHANGELOG.md

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
lint:
name: lint
Expand All @@ -28,6 +25,10 @@ jobs:
go-version: 1.22
# Either this action or golangci-lint needs to disable the cache
cache: false
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.5.0
with:
repo: pulumi/pulumictl
- name: disarm go:embed directives to enable lint
continue-on-error: true # this fails if there are no go:embed directives
run: |
Expand Down

0 comments on commit 3e9139c

Please sign in to comment.