Skip to content

perf: optimize page map iterator to avoid items copying (#329) #141

perf: optimize page map iterator to avoid items copying (#329)

perf: optimize page map iterator to avoid items copying (#329) #141

Workflow file for this run

name: SwiftFormat
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
name: format
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files
fetch-depth: 0
- name: Lint
uses: mtgto/swift-format-action@main
with:
# Please comment out if you won't specify configuration file
configuration_file: .swift-format
# default is false
all_files: false
# default is -1 (infinity)
max_warnings: -1