cagebreak/.github/workflows/ci.yml
Workflow config file is invalid. Please check your config file: Line: 9 Column 5: Failed to match job-factory: Line: 9 Column 5: Unknown Property runs Line: 9 Column 5: Failed to match workflow-job: Line: 9 Column 5: Unknown Property runs Line: 14 Column 5: Unknown Property steps Forgejo Actions YAML Schema validation error
2023-04-18 22:38:12 +02:00

16 lines
316 B
YAML

name: ci
on:
push:
branches: [ "feature/continuous-integration", "development" ]
jobs:
linux:
runs:
using: 'docker'
image: 'Dockerfile'
pre-entrypoint: '../../scripts/install-development-environment'
entrypoint: '../../scripts/test'
steps:
- run: meson test -C build