Skip to content

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

chore(deps): update dependency aquaproj/aqua-registry to v4.296.0

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

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