﷽❦ₑᵣic❦Sandanu❦﷽✍
40e6988e67
Create generator-generic-ossf-slsa3-publish.yml
name: Run commands on different operating systems
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
Run-npm-on-Ubuntu:
name: Run npm on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm help
Run-PSScriptAnalyzer-on-Windows:
name: Run PSScriptAnalyzer on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install PSScriptAnalyzer module
shell: pwsh
run: |
Set-PSRepository PSGallery -InstallationPolicy Trusted
Install-Module PSScriptAnalyzer -ErrorAction Stop
- name: Get list of rules
shell: pwsh
run: |
Get-ScriptAnalyzerRule
2023-10-18 15:28:22 +08:00
..
2021-02-10 19:12:20 +03:00
2023-10-18 15:28:22 +08:00
2022-12-26 09:40:40 +01:00
2019-12-16 12:44:41 -05:00
2021-02-04 18:48:16 +03:00