Skip to content

Initial commit of RubyV2 test server #108

Initial commit of RubyV2 test server

Initial commit of RubyV2 test server #108

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
inputs:
python-version:
description: 'Python version to use'
default: '3.11'
required: false
type: string
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
run-tests:
name: Run Tests
uses: ./.github/workflows/test.yml

Check failure on line 22 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/test.yml" : (Line: 32, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
with:
python-version: ${{ inputs.python-version || '3.11' }}
secrets: inherit