Skip to content

Fix and update tests #2

Fix and update tests

Fix and update tests #2

Workflow file for this run

name: main CI
on:
workflow_dispatch:
push:
branches:
- main
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit