Skip to content

Multilanguage requests (#35) #58

Multilanguage requests (#35)

Multilanguage requests (#35) #58

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift macOS
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test