Skip to content

Added that the command.sh is removed after the diff tool was opened. #7

Added that the command.sh is removed after the diff tool was opened.

Added that the command.sh is removed after the diff tool was opened. #7

Workflow file for this run

name: Lint
on: pull_request
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log