syntax fix #3280
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
# We keep this workflow without using uyuni-docs-helper as it interacts directly with the repository | |
name: Find unused files | |
on: push | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Look for unused files | |
run: ./find_unused administration client-configuration common-workflows installation-and-upgrade quickstart reference retail specialized-guides |