Skip to content

Fix "Accessing StateObject's object without being installed on a View…" warning #410

Fix "Accessing StateObject's object without being installed on a View…" warning

Fix "Accessing StateObject's object without being installed on a View…" warning #410

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: macos-26
steps:
- uses: actions/checkout@v5
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: norio-nomura/action-swiftlint@3.2.1