Merge pull request #173 from Ericsson/dependabot/github_actions/actio… #78
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 PDK validate | |
on: | |
- push | |
- pull_request | |
permissions: read-all | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | |
- name: Run pdk validate | |
# Modified puppets-epic-show-theatre with gcc and make installed | |
uses: ericsson/action-pdk-validate@buildtools |