Skip to content

CATTY-727 Implement minimal functionallity for SVG Plot creation #2314

CATTY-727 Implement minimal functionallity for SVG Plot creation

CATTY-727 Implement minimal functionallity for SVG Plot creation #2314

Workflow file for this run

name: swiftlint
on:
pull_request:
paths:
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint with SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --config .swiftlint.yml --strict
env:
WORKING_DIRECTORY: src