Skip to content

🧹 add user agent headers to bash download script #190

🧹 add user agent headers to bash download script

🧹 add user agent headers to bash download script #190

Workflow file for this run

---
name: Script Linting
on:
pull_request:
types: [opened, reopened, synchronize]
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: examples
severity: warning
scandir: '.'
powershell:
name: PowerShell Analyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run PSScriptAnalyzer
uses: microsoft/[email protected]
with:
path: .\*.ps1
output: 'results.sarif'
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif