Skip to content

Removed void_function_in_ternary from disabled rules in .swiftint.yml #24

Removed void_function_in_ternary from disabled rules in .swiftint.yml

Removed void_function_in_ternary from disabled rules in .swiftint.yml #24

Workflow file for this run

name: pr_swiftlint
on:
pull_request:
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]