Skip to content

Implement initial EndpointBuilder #6

Implement initial EndpointBuilder

Implement initial EndpointBuilder #6

Workflow file for this run

name: Lint & Test
on:
pull_request:
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache Swift build
uses: actions/cache@v3
with:
path: .build
key: ${{ runner.os }}-build
- name: Run Swift tests
run: swift test