Skip to content

Replaced the port selection input with an interactive menu using Spectre.Console. #19

Replaced the port selection input with an interactive menu using Spectre.Console.

Replaced the port selection input with an interactive menu using Spectre.Console. #19

Workflow file for this run

name: Run checks
on: [push, pull_request]
jobs:
call-skip:
uses: ./.github/workflows/skip.yml
secrets: inherit
call-test:
needs: call-skip
if: ${{needs.call-skip.outputs.should_skip != 'true'}}
uses: ./.github/workflows/test.yml
secrets: inherit