Skip to content

Add a workfloe and a text file. #1

Add a workfloe and a text file.

Add a workfloe and a text file. #1

Workflow file for this run

name: Sample github action

Check failure on line 1 in .github/workflows/action.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/action.yaml

Invalid workflow file

(Line: 6, Col: 5): Unexpected value 'pull_requests'
on:
push:
branches:
- main
pull_requests:
branches:
- main
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Hello world
run : echo "Hello world"
shell: bash
goodbye:
runs-on: ububntu-latest
steps:
- name: Goodbye
run: echo "goodbye"
shell: bash