Skip to content

Instantly share code, notes, and snippets.

@fwilhe
Created July 20, 2020 08:33
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 fwilhe/25b9dfe04347a5d795028cc1985c53f7 to your computer and use it in GitHub Desktop.
Save fwilhe/25b9dfe04347a5d795028cc1985c53f7 to your computer and use it in GitHub Desktop.
# .github/workflows/ci.yaml
name: CI
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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