Skip to content

✨ Luminare: New Settings Window + Other Improvements #62

✨ Luminare: New Settings Window + Other Improvements

✨ Luminare: New Settings Window + Other Improvements #62

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: SwiftLint
run: |
swiftlint --reporter github-actions-logging