gitforge/.forgejo/workflows-composite/build-backend/action.yaml
Workflow config file is invalid. Please check your config file: Line: 1 Column 1: Unknown Property runs Forgejo Actions YAML Schema validation error
2026-06-29 20:53:44 +02:00

15 lines
456 B
YAML

runs:
using: "composite"
steps:
- run: |
su forgejo -c 'make deps-backend'
- uses: https://data.forgejo.org/actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
id: cache-backend
with:
path: ${{github.workspace}}/gitea
key: backend-build-${{ github.sha }}
- if: steps.cache-backend.outputs.cache-hit != 'true'
run: |
su forgejo -c 'make backend'
env:
TAGS: bindata