feat(msk): support Express Brokers #155
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: Check all requires files are in LFS | |
on: | |
pull_request: {} | |
jobs: | |
check-lfs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
with: | |
# We don't actually care about LFS file contents, just their integrity. | |
lfs: false | |
- name: Check LFS pointers | |
run: git lfs fsck --pointers |