ci: output information about changed packages to GitHub Job Summary #1274
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: actionlint | |
env: | |
AQUA_LOG_COLOR: always | |
on: | |
push: | |
branches: [main] | |
paths: | |
- .github/** | |
pull_request: | |
branches: [main] | |
paths: | |
- .github/** | |
jobs: | |
default: | |
runs-on: ubuntu-latest | |
timeout-minutes: 15 | |
permissions: | |
contents: read | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 | |
with: | |
aqua_version: v2.38.4 | |
policy_allow: "true" | |
- run: actionlint -ignore "duplicate value" |