Skip to content

test: Build with Eask #2

test: Build with Eask

test: Build with Eask #2

Workflow file for this run

name: Shell
on:
inputs:
revision:
required: true
default: 'master'
platform:
required: true
default: macos-latest
description: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

Check failure on line 11 in .github/workflows/shell.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/shell.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ github.event.inputs.platform }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.revision }}
- uses: mxschmitt/action-tmate@v3
name: Setup tmate session