Skip to content

Commit

Permalink
test: ✅ Add test check witk PSRule.Rules.GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Apr 4, 2021
1 parent 09ff73b commit 6310ee3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflow/repo-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check repository
on: [push]
jobs:
analyze:
name: Analyze repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main

- name: Run PSRule analysis
uses: Microsoft/ps-rule@main
with:
modules: PSRule.Rules.GitHub

0 comments on commit 6310ee3

Please sign in to comment.