Skip to content

update workflows-build.yam #4

update workflows-build.yam

update workflows-build.yam #4

Workflow file for this run

# Copyright

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

(Line: 8, Col: 1): Required property is missing: jobs
# name
#name: build
# on condition 触发条件
on:
push:
branches:
- main
# environment
#env:
#PYTHON_VERSION: 3.x
# permission
permissions:
contents: read