Skip to content

Add example how to extract colors #31

Add example how to extract colors

Add example how to extract colors #31

Workflow file for this run

name: Run Swiftlint
on:
push:
pull_request:
workflow_dispatch:
jobs:
swiftlint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: SwiftLint
run: |
brew install swiftlint
swiftlint --reporter github-actions-logging --strict