Skip to content

chore: separated the aqua's pkgs #559

chore: separated the aqua's pkgs

chore: separated the aqua's pkgs #559

Workflow file for this run

name: test
on:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.36.0
- name: Run golangci-lint
run: golangci-lint run
status-check:
runs-on: ubuntu-latest
permissions: {}
needs: [lint]
if: failure()
steps:
- name: Fail
run: exit 1