Skip to content

Update swift lint and format + appy fixes #41

Update swift lint and format + appy fixes

Update swift lint and format + appy fixes #41

Workflow file for this run

name: Push CI
on:
pull_request:
paths:
- 'Sources/PushServer/**'
push:
branches:
- master
paths:
- 'Sources/PushServer/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: fwal/setup-swift@v1
with:
swift-version: "5.8"
- uses: actions/checkout@v4
- name: Run Tests
run: swift test
working-directory: Sources/PushServer