Skip to content

Update README.md

Update README.md #29

Workflow file for this run

name: Test GH action
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sleep
run: sleep 1
- name: Echo
run: echo "Hello, world2!"
- name: Fail or not
run: exit $((RANDOM % 2))