Skip to content

chore(ci): add semantic release #13

chore(ci): add semantic release

chore(ci): add semantic release #13

Workflow file for this run

name: CI and Release
on:
push:
branches:
- main
# Trigger on version tags
tags:
- "v*"
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml