Skip to content

Instantly share code, notes, and snippets.

@makocchi-git
Created January 22, 2020 12:35
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 makocchi-git/f387f0ebd97231098651793863a098d7 to your computer and use it in GitHub Desktop.
Save makocchi-git/f387f0ebd97231098651793863a098d7 to your computer and use it in GitHub Desktop.
name: Pull Request Check
on: [pull_request]
jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: validate manifests in dir1 and dir2
uses: makocchi-git/actions-k8s-manifests-validate@1.0.0
with:
files: dir1,dir2
token: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment