Skip to content

CI: Major Refactor of CI Workflow #7

CI: Major Refactor of CI Workflow

CI: Major Refactor of CI Workflow #7

Workflow file for this run

name: Verify updates (check only)
on:
pull_request:
paths: [ files.list ]
workflow_dispatch: ~
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update
run: |
bash update-files.sh