Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 15, 2020 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/4c5924438c8630fa36d280c0dcd7912a to your computer and use it in GitHub Desktop.
Save luandevpro/4c5924438c8630fa36d280c0dcd7912a to your computer and use it in GitHub Desktop.
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment