Skip to content

chore :: πŸ—‚ bump build number to 97 manually to fix upload error #80

chore :: πŸ—‚ bump build number to 97 manually to fix upload error

chore :: πŸ—‚ bump build number to 97 manually to fix upload error #80

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
swiftlint:
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.2'
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint lint || true