Skip to content

Add Prow GitHub Actions #7

Add Prow GitHub Actions

Add Prow GitHub Actions #7

name: Run Jobs on PR
on: pull_request
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v2.0.0
with:
jobs: lgtm
github-token: '${{ secrets.GITHUB_TOKEN }}'