Skip to content

Implement customizable Flashcard view #17

Implement customizable Flashcard view

Implement customizable Flashcard view #17

Workflow file for this run

name: SwiftLint Check
on:
pull_request:
branches:
- main
- dev
push:
branches:
- main
- dev
jobs:
lint:
runs-on: macOS-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint --strict