Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.324.2 (#655) #1501

chore(deps): update dependency aquaproj/aqua-registry to v4.324.2 (#655)

chore(deps): update dependency aquaproj/aqua-registry to v4.324.2 (#655) #1501

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.45.0
- 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.45.0
- 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.45.0
- run: shellcheck ./script/*.sh