cagebreak/.github/workflows/ci.yml
Workflow config file is invalid. Please check your config file: Line: 8 Column 1: Unknown Property runs Forgejo Actions YAML Schema validation error
2023-04-18 22:32:10 +02:00

13 lines
255 B
YAML

name: ci
description: "CI"
on:
push:
branches: [ "feature/continuous-integration", "development" ]
runs:
using: 'docker'
image: 'Dockerfile'
pre-entrypoint: '../../scripts/install-development-environment'
entrypoint: '../../scripts/test'