Skip to content

Post-Quantum Resistant WireGuard #852

Post-Quantum Resistant WireGuard

Post-Quantum Resistant WireGuard #852

Workflow file for this run

name: SwiftLint
on:
push:
branches: [ "main", "develop" ]
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]