Skip to content

Add flytectl install script #1

Add flytectl install script

Add flytectl install script #1

name: Flytectl-specific checks
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- master
jobs:
install-script:
name: Install script
runs-on: ${{ matrix.os }}
strategy:
os:

Check failure on line 18 in .github/workflows/flytectl-install.yml

View workflow run for this annotation

GitHub Actions / Flytectl-specific checks

Invalid workflow file

The workflow is not valid. .github/workflows/flytectl-install.yml (Line: 18, Col: 7): Unexpected value 'os'
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- run: |
chmod +x ./flytectl/install.sh
./flytectl/install.sh