Skip to content

Chore: Remove unused parameter 'addonName' from 'vela-cli' workflow s… #1872

Chore: Remove unused parameter 'addonName' from 'vela-cli' workflow s…

Chore: Remove unused parameter 'addonName' from 'vela-cli' workflow s… #1872

Workflow file for this run

name: script
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Install Script
run: static/script/install.sh
check-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Check Install Script
run: static/script/install.ps1