Skip to content

Implement FlareUI

Implement FlareUI #10

Workflow file for this run

name: "swiftlint"
on:
push:
branches:
- main
- dev
pull_request:
paths:
- '.swiftlint.yml'
- ".github/workflows/**"
- "[email protected]"
- "[email protected]"
- "Package.swift"
- "Source/**"
- "Tests/**"
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]
with:
args: lint --config ./.swiftlint.yml --strict