Skip to content

chore: fix breaking test due to bugged detectQRCode #285

chore: fix breaking test due to bugged detectQRCode

chore: fix breaking test due to bugged detectQRCode #285

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log