Skip to content

CI: create new tag based on semver #165

CI: create new tag based on semver

CI: create new tag based on semver #165

Workflow file for this run

name: Trunk Check
on:
push:
branches:
- "**"
pull_request:
branches:
- main
workflow_dispatch: {}
permissions:
contents: read
jobs:
trunk:
name: Trunk Check
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
check-mode: all