Skip to content

Merge pull request #458 from ivpn/feature/hide-account-id #1140

Merge pull request #458 from ivpn/feature/hide-account-id

Merge pull request #458 from ivpn/feature/hide-account-id #1140

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]