Skip to content

Impl 'devices list' subcommand, improve --device error messages (+tips) #74

Impl 'devices list' subcommand, improve --device error messages (+tips)

Impl 'devices list' subcommand, improve --device error messages (+tips) #74

Workflow file for this run

name: Build Linux
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Swift version
run: swift --version
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build