update quality_profiles
to assign_scores_to
for sqp-1-1080p.yml
template
#45
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: Check Trash IDs | |
on: | |
pull_request: | |
jobs: | |
check_trash_ids: | |
name: Check Trash IDs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Config Repo | |
uses: actions/checkout@v4 | |
- name: Checkout Trash Repo | |
uses: actions/checkout@v4 | |
with: | |
repository: TRaSH-Guides/Guides | |
path: trash | |
- name: Check Trash IDs | |
run: pwsh ci/CheckInvalidTrashIds.ps1 trash . |