Skip to content

chore(deps): update codecov/codecov-action action to v5 (#505) #1167

chore(deps): update codecov/codecov-action action to v5 (#505)

chore(deps): update codecov/codecov-action action to v5 (#505) #1167

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