Skip to content

Use iso8601 date encoding & decoding to match Vapor’s default #9

Use iso8601 date encoding & decoding to match Vapor’s default

Use iso8601 date encoding & decoding to match Vapor’s default #9

Workflow file for this run

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