Files
chromebrew/.github/workflows/Actionlint.yml
Satadru Pramanik, DO, MPH, MEng e8ef83952a Fix Repology workflow, and add back Action lint run checker. (#11088)
* Adjust Repology workflow to use steps from working workflows.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix linebreaks...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Use Actionlint for run blocks, and also fix Repology.yml

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2025-01-05 19:44:09 +00:00

21 lines
574 B
YAML

---
name: ActionLint
on: workflow_call
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.CREW_PR_TOKEN }}
GH_TOKEN: ${{ secrets.CREW_PR_TOKEN }}
REVIEWDOG_TOKEN: ${{ secrets.CREW_PR_TOKEN }}
jobs:
yamllint:
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: YAMLLint
uses: reviewdog/action-actionlint@6612efe1589ccf23cb1320d11fced44b86fb5ad7 # Post v1.7.4 commit to support fail_level
with:
fail_level: none
reporter: github-pr-review