Skip to content

Reuse workflows for CI and release #7

Reuse workflows for CI and release

Reuse workflows for CI and release #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
permissions:
id-token: write
checks: write
pull-requests: write
contents: write
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: SolaceDev/public-workflows/.github/workflows/hatch_ci.yml@hatch_workflows
secrets: inherit