Skip to content

Download provisioning profiles before exporting app #614

Download provisioning profiles before exporting app

Download provisioning profiles before exporting app #614

Workflow file for this run

name: Swift Lint
on:
pull_request:
branches:
- "*"
jobs:
lint:
name: Swift Lint
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
run: swiftlint lint --strict --reporter github-actions-logging