Skip to content

SwiftLint

SwiftLint #16

Workflow file for this run

name: SwiftLint
on:
workflow_run:
workflows: ["PR Labeler"]
paths:
- '.swiftlint.yml'
- '**/*.swift'
jobs:
swift-lint:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'iOS 🍎')
steps:
- uses: actions/checkout@v4
- name: Danger
uses: 417-72KI/[email protected]
with:
dangerfile: app-ios/Dangerfile.swift
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}