Skip to content

Fix uint8 and bool tensor type handling across all platforms #25

Fix uint8 and bool tensor type handling across all platforms

Fix uint8 and bool tensor type handling across all platforms #25

Workflow file for this run

name: SWift Lint
on:
push:
branches:
- main
paths:
- 'ios/**/*.swift'
- 'macos/**/*.swift'
pull_request:
branches:
- main
paths:
- 'ios/**/*.swift'
- 'macos/**/*.swift'
jobs:
swiftlint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: |
cd ios
swiftlint --reporter github-actions-logging