Merge pull request #3436 from CruGlobal/languageNames #73
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: "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@v4 | |
- run: git lfs fsck --pointers |