Skip to content

test action

test action #1

Workflow file for this run

name: Build Project
on:
push:
branches:
- add_ci
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Check failure on line 11 in .github/workflows/build_project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_project.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Print
run: echo "Hello World"