Skip to content

Merge pull request #15 from devserkan/test-discord-notify-failure #45

Merge pull request #15 from devserkan/test-discord-notify-failure

Merge pull request #15 from devserkan/test-discord-notify-failure #45

Workflow file for this run

name: Hello World!
on:
push:
branches:
- main
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
hello_world_job:
runs-on: ubuntu-20.04
steps:
- name: Say hello
run: echo "Hello World!"
- name: Now it is
run: date
- name: Directory content
run: ls -l