GT-2990 Localization Settings Box (Tools Layout) #3087
Workflow file for this run
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: "Validate Git LFS" | |
| on: | |
| push: | |
| branches: [develop, master, feature/*] | |
| pull_request: | |
| branches: [develop, master, feature/*] | |
| jobs: | |
| validate-lfs-pointers: | |
| name: "Validate Git LFS pointers" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - run: git lfs fsck --pointers |