8000 Format · vapor/jwt@b3fe1f0 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
107FD

Update for JWTKit v5 #126

Update for JWTKit v5

Update for JWTKit v5 #126

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
container: swift:jammy
steps:
- name: Check out JWT
uses: actions/checkout@v2
- name: Lint
run: swift format lint --strict --recursive --parallel .
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_coverage: false
with_tsan: true
warnings_as_errors: true
0