msbuild ci: bump version of fetch-gh-release-asset
#288
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
# SPDX-FileCopyrightText: 2023, Yaskawa America, Inc. | |
# SPDX-FileCopyrightText: 2023, Delft University of Technology | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: "CI: lint MotoROS2 config" | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: karancode/[email protected] | |
with: | |
yamllint_file_or_dir: 'config' | |
yamllint_config_filepath: 'config/.yamllint' | |
yamllint_strict: true | |
yamllint_comment: true | |
env: | |
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} |