Skip to content

Removed unnessary imports, and implemented Linux functions for MIME h… #13

Removed unnessary imports, and implemented Linux functions for MIME h…

Removed unnessary imports, and implemented Linux functions for MIME h… #13

Workflow file for this run

name: Swift
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup Swift 6.0
uses: swift-actions/setup-swift@v2.2.0
with:
swift-version: "6.0"
- name: Verify Swift version
run: swift --version
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v