Mock TwitchBot for local builds #122
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: lfs-ci | |
on: pull_request | |
jobs: | |
lfs-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: git lfs pull | |
uses: ./.github/actions/cached-lfs-pull | |
- name: Check for git lfs files that should be "pointers" but are not. | |
run: git lfs fsck |