Skip to content

Add METARFormatting target for locale-aware METAR and TAF formatting #63

Add METARFormatting target for locale-aware METAR and TAF formatting

Add METARFormatting target for locale-aware METAR and TAF formatting #63

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Build and Test
strategy:
fail-fast: false
matrix:
swift: ["6.0"]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift }}
- name: Build
run: swift build -v
- name: Test
run: swift test -v