Skip to content

Update gitignore and Package.swift #3

Update gitignore and Package.swift

Update gitignore and Package.swift #3

Workflow file for this run

name: SwiftLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
swiftlint:
name: SwiftLint Check
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint lint --strict