Skip to content

chore(aqua): add golang toolchains #127

chore(aqua): add golang toolchains

chore(aqua): add golang toolchains #127

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Cache aqua dir
uses: actions/[email protected]
with:
path: ~/.local/share/aquaproj-aqua
key: aqua-installer-${{ hashFiles('aqua.yaml') }}
restore-keys: |
aqua-installer-
- name: Setup aqua
uses: aquaproj/[email protected]
with:
aqua_version: v2.21.3
aqua_opts: ""
- name: Run shellcheck
run: ./lint/shellcheck.sh