Skip to content

refactor(metadata): provide a single method for assembling the full remote path #5

refactor(metadata): provide a single method for assembling the full remote path

refactor(metadata): provide a single method for assembling the full remote path #5

Workflow file for this run

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