Skip to content

update(modernize)

update(modernize) #3

name: Check workflow files
on:
pull_request:
paths:
- .github/workflows/*
- .github/actions/*
- aqua.yaml
jobs:
check-workflow-files:
timeout-minutes: 10
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setting up aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.37.2
- name: Run actionlint
run: actionlint
- name: Run ghalint
run: |
ghalint run
ghalint run-action