chore(deps): Bump actions/setup-node from 5 to 6 (#724) #875
  
    
      This file contains hidden or 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
    
  
  
    
  | # SPDX-FileCopyrightText: 2023 Kevin Matthes | |
| # SPDX-FileCopyrightText: 2023 Shun Sakai | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 OR MIT | |
| name: actionlint | |
| on: | |
| pull_request: | |
| paths: | |
| - .github/workflows/*.yaml | |
| push: | |
| paths: | |
| - .github/workflows/*.yaml | |
| permissions: | |
| contents: read | |
| jobs: | |
| validation: | |
| name: Validate | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| with: | |
| persist-credentials: false | |
| - name: Run linter | |
| uses: docker://rhysd/actionlint:latest | |
| with: | |
| args: -color -verbose |