Skip to content

Feature: Pre release composable #3

Feature: Pre release composable

Feature: Pre release composable #3

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: SwiftLint
uses: sinoru/actions-swiftlint@v6
with:
swiftlint-args: --strict