Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
# if: github.head.ref == 'test'
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.