Translated using Weblate (Catalan) #11316
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: Find unused files | |
on: push | |
jobs: | |
run: | |
name: Find unused files | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v2 | |
- name: Look for unused files | |
run: ./find_unused administration client-configuration common-workflows installation-and-upgrade quickstart reference retail specialized-guides |