Skip to content

feat: add privacy manifest for ios 17 #354

feat: add privacy manifest for ios 17

feat: add privacy manifest for ios 17 #354

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Xcode 14
run: |
sudo xcode-select -switch /Applications/Xcode_14.1.app
- name: Lint
run: swiftlint --strict # force to fix warnings too