Skip to content

Merge branch 'main' of https://github.com/kkonteh97/SwiftOBD2 #56

Merge branch 'main' of https://github.com/kkonteh97/SwiftOBD2

Merge branch 'main' of https://github.com/kkonteh97/SwiftOBD2 #56

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@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v