Skip to content

Merge pull request #1383 from nextcloud/ci-localizable #1896

Merge pull request #1383 from nextcloud/ci-localizable

Merge pull request #1383 from nextcloud/ci-localizable #1896

Workflow file for this run

name: SwiftLint
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]