Last active
May 23, 2020 09:10
-
-
Save crazy-max/a14aeaf290c19c552718523f235d0601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Check GitHub Status | |
uses: crazy-max/ghaction-github-status@v1 | |
with: | |
overall_threshold: minor | |
pages_threshold: partial_outage | |
- | |
name: Checkout | |
uses: actions/checkout@v2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment