Skip to content

Add onChange variants with no params and with 2 params (#1) #15

Add onChange variants with no params and with 2 params (#1)

Add onChange variants with no params and with 2 params (#1) #15

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: norio-nomura/[email protected]