Skip to content

fix: load Metal library from Bundle.module for SPM #5

fix: load Metal library from Bundle.module for SPM

fix: load Metal library from Bundle.module for SPM #5

Workflow file for this run

name: 🧼 SwiftFormat
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
swiftformat:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Install SwiftFormat
run: brew install swiftformat
- name: Run SwiftFormat in Strict Mode
run: swiftformat . --strict