Skip to content

chore(deps): update aquaproj/aqua-installer action to v3.1.1 #1348

chore(deps): update aquaproj/aqua-installer action to v3.1.1

chore(deps): update aquaproj/aqua-installer action to v3.1.1 #1348

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci-lint:
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.42.2
- run: golangci-lint run
hadolint:
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.42.2
- run: hadolint Dockerfile
shellcheck:
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.42.2
- run: shellcheck ./script/*.sh