Skip to content

feat!: add nvim config copy in Invoke-RunAfterChezmoiApply.ps1 #23

feat!: add nvim config copy in Invoke-RunAfterChezmoiApply.ps1

feat!: add nvim config copy in Invoke-RunAfterChezmoiApply.ps1 #23

name: Run PSSA
on:
push:
branches:
- master
paths:
- "**.ps1"
- "**.psd1"
jobs:
lint:
name: Run PSSA
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Run PSSA
uses: devblackops/github-action-psscriptanalyzer@master
with:
failOnErrors: true
failOnWarnings: true
failOnInfos: true