Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 16, 2020 02:13
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/7d152384ea3acff8f1638b00f9ed0421 to your computer and use it in GitHub Desktop.
Save luandevpro/7d152384ea3acff8f1638b00f9ed0421 to your computer and use it in GitHub Desktop.
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- 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