Skip to content

organize examples dir #7

organize examples dir

organize examples dir #7

Workflow file for this run

name: build
on:
push:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
workflow_dispatch:
jobs:
build:
- name: Build

Check failure on line 11 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 11
run:
echo "Hello, ${{ github.actor }}"