update(modernize) #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |