Skip to content

[Breaking change] fix AttributeWriteConflictMode enum to use underscores #83

[Breaking change] fix AttributeWriteConflictMode enum to use underscores

[Breaking change] fix AttributeWriteConflictMode enum to use underscores #83

Workflow file for this run

name: Test Build
on:
pull_request:
push:
branches:
- 'main'
jobs:
tests:
name: "Test build"
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: "Run test"
run: make tests