Skip to content

Instantly share code, notes, and snippets.

@TomerPacific
Last active August 8, 2021 19:16
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 TomerPacific/f432ab127c945f821bce94b4accc7e5c to your computer and use it in GitHub Desktop.
Save TomerPacific/f432ab127c945f821bce94b4accc7e5c to your computer and use it in GitHub Desktop.
Github Action Example
name: My GitHub Action
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment