Skip to content

Use OpenSSL package instead of our own #9

Use OpenSSL package instead of our own

Use OpenSSL package instead of our own #9

Workflow file for this run

name: "Run SwiftLint"
on:
pull_request:
jobs:
swiftlint:
name: "Run SwiftLint"
runs-on: ubuntu-latest
steps:
- name: "Check out repository"
uses: actions/checkout@v4
- name: "Run SwiftLint"
uses: norio-nomura/[email protected]
with:
args: "--strict"