cagebreak/.github/workflows/ci.yml
Workflow config file is invalid. Please check your config file: Line: 10 Column 5: Failed to match job-factory: Line: 10 Column 5: Unknown Property runs Line: 16 Column 7: Expected a sequence got mapping Line: 10 Column 5: Failed to match workflow-job: Line: 10 Column 5: Unknown Property runs Line: 15 Column 5: Unknown Property steps Forgejo Actions YAML Schema validation error
project-repo c1da6fbecf Readd steps
2023-04-18 22:36:09 +02:00

17 lines
332 B
YAML

name: ci
description: "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