Skip to content

#429 removed trailing_whitespace from disabled rules in .swiftlint.yml #9

#429 removed trailing_whitespace from disabled rules in .swiftlint.yml

#429 removed trailing_whitespace from disabled rules in .swiftlint.yml #9

Workflow file for this run

name: pr_swiftlint
on:
pull_request_target:
branches:
- main
types: [opened, reopened, synchronize]
jobs:
swiftlint:
runs-on: ubuntu-latest
name: Run SwiftLint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]