Skip to content

Merge branch 'main' of https://github.com/sentryco/Telemetry #32

Merge branch 'main' of https://github.com/sentryco/Telemetry

Merge branch 'main' of https://github.com/sentryco/Telemetry #32

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
SwiftLint: ## Adds swift-linting to GH actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v