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: 10 Column 5: Unknown Property runs Line: 9 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
2023-04-18 22:39:43 +02:00

17 lines
343 B
YAML

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