Skip to content

Instantly share code, notes, and snippets.

@crazy-max
Created May 23, 2020 09:08
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 crazy-max/e6dc977a5f2067107f7a3dd24b686a90 to your computer and use it in GitHub Desktop.
Save crazy-max/e6dc977a5f2067107f7a3dd24b686a90 to your computer and use it in GitHub Desktop.
name: build
on: push
jobs:
 build:
 runs-on: ubuntu-latest
 steps:
 -
 name: Check GitHub Status
 uses: crazy-max/ghaction-github-status@v1
 -
 name: Checkout
 uses: actions/checkout@v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment