Skip to content

Release 2.5.2 with Widgets fix #14

Release 2.5.2 with Widgets fix

Release 2.5.2 with Widgets fix #14

Workflow file for this run

name: Checks for opened PR
on:
pull_request:
types: [opened, synchronize]
jobs:
swiftlint:
runs-on: ubuntu-latest
name: SwiftLint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: norio-nomura/action-swiftlint@3.2.1