Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.250.0 (#503) #1163

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

chore(deps): update dependency aquaproj/aqua-registry to v4.250.0 (#503) #1163

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/aqua-installer@v3.0.1
with:
aqua_version: v2.37.2
- run: golangci-lint run
hadolint:
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: aquaproj/aqua-installer@v3.0.1
with:
aqua_version: v2.37.2
- run: hadolint Dockerfile
shellcheck:
runs-on: ubuntu-24.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: aquaproj/aqua-installer@v3.0.1
with:
aqua_version: v2.37.2
- run: shellcheck ./script/*.sh