Skip to content

Validate dependency param/cred mappings during lint #1850

Validate dependency param/cred mappings during lint

Validate dependency param/cred mappings during lint #1850

name: porter/porter-install-check
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'
- 'netlify.toml'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'LICENSE'
- 'netlify.toml'
permissions:
contents: read
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- name: Test Install Script
run: scripts/test/test-linux-install.sh
shell: bash
windows:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v7
- name: Test Install Script
run: scripts\test\test-windows-install.ps1
shell: powershell
macos:
runs-on:
- macos-latest
steps:
- name: checkout
uses: actions/checkout@v7
- name: Test Install Script
run: scripts/test/test-mac-install.sh
shell: bash