Skip to content

Make default scheme shared so generated projects ship with one #120

Make default scheme shared so generated projects ship with one

Make default scheme shared so generated projects ship with one #120

Workflow file for this run

name: SwiftLint
on:
pull_request:
jobs:
SwiftLint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict
env:
SWIFTLINT: true