ci: add workflow to check for lfs status
This commit is contained in:
parent
cae383a186
commit
652dd6ff1c
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/check_lfs.yaml
Normal file
12
.forgejo/workflows/check_lfs.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue