Skip to content

feat: Implement automated changelog generation following best practices #15

feat: Implement automated changelog generation following best practices

feat: Implement automated changelog generation following best practices #15

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