Skip to content

First resource group creation function commit, not finished #14

First resource group creation function commit, not finished

First resource group creation function commit, not finished #14

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
lint:
name: Run PSSA
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: devblackops/github-action-psscriptanalyzer@master
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
sendComment: true
failOnErrors: true
failOnWarnings: false
failOnInfos: false