Skip to content

chore: release 0.40.0 (#520) #1

chore: release 0.40.0 (#520)

chore: release 0.40.0 (#520) #1

Workflow file for this run

name: Lint actions
on:
push:
branches:
- "**"
paths:
- ".github/**/*.yml"
- ".github/**/*.yaml"
- ".github/aqua-checksums.json"
pull_request:
branches:
- "**"
paths:
- ".github/**/*.yml"
- ".github/**/*.yaml"
- ".github/aqua-checksums.json"
env:
AQUA_CONFIG: ".github/aqua.yaml"
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@5e54e5cee8a95ee2ce7c04cb993da6dfad13e59c # v3.1.2
with:
aqua_version: "v2.46.0"
- name: Run `pinact run --check`
run:
pinact run --check