Skip to content

Add CI/CD and version bump workflows #1

Add CI/CD and version bump workflows

Add CI/CD and version bump workflows #1

Workflow file for this run

---
name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
id-token: write
contents: read
checks: write
jobs:
build:
uses: ./.github/workflows/_build.yml
with:
project-name: Sdk
project-path: ./src/Sdk