Skip to content

Bump github.com/vapor/vapor from 4.34.0 to 4.90.0 #3

Bump github.com/vapor/vapor from 4.34.0 to 4.90.0

Bump github.com/vapor/vapor from 4.34.0 to 4.90.0 #3

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