Dev/thibault.dewailly/ttyrec stealth stdout pattern #114
This file contains 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: Run syntax validation | |
on: | |
- push | |
- pull_request | |
jobs: | |
syntax: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v2 | |
- name: Run static validation and save report to junit xml | |
uses: puppets-epic-show-theatre/action-pdk-validate@v1 |