Skip to content

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

chore(deps): update dependency aquaproj/aqua-registry to v4.304.0

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

Workflow file for this run

---
name: autofix.ci
on: pull_request
permissions: {}
jobs:
autofix:
runs-on: ubuntu-24.04
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
with:
aqua_version: v2.43.0
- run: aqua upc -prune
- run: git ls-files | nllint -s -f
- run: |
git ls-files | grep -E "\.jsonnet$" | xargs -n 1 jsonnetfmt -i
git ls-files | grep -E "\.libsonnet$" | xargs -n 1 jsonnetfmt -i
- run: bash scripts/generate.sh
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1.3.1