Skip to content

#19 test yaml

#19 test yaml #1

Workflow file for this run

name: Build Action
on:
push:
paths:

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- 'DataAccess/DataAccess.Repository/**'
- 'DataAccess/Extensions/DataAccess.Repository.HotChocolate/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Debug
run: echo "Hello, debugging!"