discord-bot/.forgejo/workflows/check_lfs.yaml
Brendan Golden 854e946a8f
All checks were successful
/ check_lfs (push) Successful in 10s
/ check_lfs (pull_request) Successful in 8s
/ lint_fmt (pull_request) Successful in 14s
/ lint_clippy (pull_request) Successful in 16s
/ build (pull_request) Successful in 3m39s
ci: improve the pipeline to test for the full suite
ci: dont pull in the lfs for teh PR pipeline build
ci: checkout without LFS
ci: see if using the ref directly will help
ci: test a slight modification
ci: see if new get ldfs script works
ci: test using teh new v8
2025-07-21 01:59:36 +01:00

10 lines
No EOL
160 B
YAML

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