Skip to content

Merge pull request #5 from vcosmin2701/factory-swiftUI #10

Merge pull request #5 from vcosmin2701/factory-swiftUI

Merge pull request #5 from vcosmin2701/factory-swiftUI #10

Workflow file for this run

# .github/workflows/swiftlint.yml
name: Swift Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
uses: norio-nomura/[email protected]