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>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-01-05 14:44:09 -05:00
committed by GitHub
parent 214ba50a28
commit e8ef83952a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,5 @@ jobs:
- name: YAMLLint
uses: reviewdog/action-actionlint@6612efe1589ccf23cb1320d11fced44b86fb5ad7 # Post v1.7.4 commit to support fail_level
with:
actionlint_flags: "-shellcheck ''"
fail_level: none
reporter: github-pr-review

View File

@@ -42,7 +42,8 @@ jobs:
- name: Trigger Unit Test Workflow & Add Reviewer Team
env:
GH_TOKEN: ${{ secrets.CREW_PR_TOKEN }}
run: |
run: |
echo "Flipping pr ${PR_NUMBER} state."
gh pr close ${PR_NUMBER} && gh pr reopen ${PR_NUMBER}
gh pr edit ${PR_NUMBER} --add-reviewer chromebrew/active