Fix VTR calculation for natural armor regeneration #2347
This file contains hidden or 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 Patch Duplicates | |
| on: | |
| pull_request: | |
| branches: [ master, Development ] | |
| # Restrict the permissions of the ephemeral GitHub token used by this workflow | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - name: Check for duplicate virtual file paths | |
| run: | | |
| python3 DupeFinder.py -c |