Skip to content

Merge pull request #453 from ivpn/task/unverified-purschase-message #1135

Merge pull request #453 from ivpn/task/unverified-purschase-message

Merge pull request #453 from ivpn/task/unverified-purschase-message #1135

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/action-swiftlint@3.1.0