Skip to content

Add sync watcher and conflict resolution spec #20

Add sync watcher and conflict resolution spec

Add sync watcher and conflict resolution spec #20

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.x"
- name: Run tests
run: ./scripts/test.sh