Skip to content

Simplify logic since activeDecoders_ is already ordered (#711) #1363

Simplify logic since activeDecoders_ is already ordered (#711)

Simplify logic since activeDecoders_ is already ordered (#711) #1363

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
permissions:
contents: read
runs-on: macos-latest
steps:
- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout
uses: actions/checkout@v6
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v