Skip to content

fix: Replace git-cliff-action with native git log for release notes #13

fix: Replace git-cliff-action with native git log for release notes

fix: Replace git-cliff-action with native git log for release notes #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run all tests
run: ./tests/run-all-tests.sh