Skip to content

added workflow

added workflow #2

Workflow file for this run

name: EVENT_DEMO

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

View workflow run for this annotation

GitHub Actions / .github/workflows/event_type.yml

Invalid workflow file

`worlflow_dispatch` is not a valid event name
on:
pull_request:
types: [opened, closed]
worlflow_dispatch:
jobs:
deploy:
runs_on: ubuntu_latest
setps:
- name: josn event
run: echo "run ${{toJSON(gihub.event)}}"
- name: get code
uses: actions/checkout@v4
- name: installdependency
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: pip install opencv-python
- uses: check python version
run: python --version