Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#280)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit e74fbeeec7b1a562d45502d94fca2dcae9cab776.
  • Loading branch information
pulumi-bot committed Feb 23, 2024
1 parent af516cf commit 9223391
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/master.yml
Expand Up @@ -284,6 +284,13 @@ jobs:
- license_check
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
swap-storage: false
- name: Checkout Repo
uses: actions/checkout@v4
- name: Unshallow clone for tags
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/prerelease.yml
Expand Up @@ -227,6 +227,13 @@ jobs:
- license_check
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
swap-storage: false
- name: Checkout Repo
uses: actions/checkout@v4
- name: Unshallow clone for tags
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -241,6 +241,13 @@ jobs:
- license_check
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
swap-storage: false
- name: Checkout Repo
uses: actions/checkout@v4
- name: Unshallow clone for tags
Expand Down
9 changes: 3 additions & 6 deletions .golangci.yml
Expand Up @@ -2,23 +2,20 @@

linters:
enable:
- deadcode
- errcheck
- gci
- goconst
- gofmt
- golint
- gosec
- govet
- ineffassign
- interfacer
- lll
- megacheck
- misspell
- nakedret
- structcheck
- revive
- unconvert
- varcheck
- gci
- unused
enable-all: false
run:
skip-files:
Expand Down

0 comments on commit 9223391

Please sign in to comment.