Add missing steps to CI build
All checks were successful
build / build (push) Successful in 1m35s

This commit is contained in:
2025-04-24 19:00:13 +09:30
parent 77f27b598b
commit 53f27e4b22

View File

@@ -5,6 +5,7 @@ on: push
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
lfs: true lfs: true