Merge pull request #128 from RFD-FHEM/dependabot/github_actions/actio… #602
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: JSON Syntax & EntriesCheck | |
on: [push] | |
jobs: | |
jsontest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: shogo82148/[email protected] | |
with: | |
perl-version: '5.32' | |
install-modules-with: cpanm | |
install-modules-args: --no-interactive -v --installdeps | |
- name: run prove (testscripts) | |
run: | | |
prove -lr --ext=.pl t |