ci: add workflow to check for lfs status

This commit is contained in:
silver 2025-06-16 05:27:11 +01:00
parent cae383a186
commit 652dd6ff1c
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -0,0 +1,12 @@
on:
- pull_request
- push
- workflow_dispatch
jobs:
check_lfs:
# nix/docker
runs-on: nix
steps:
- uses: https://github.com/MPLew-is/lfs-check-action@1