Skip to content

feat: Implement automated GitHub release and issue management workflow #9

feat: Implement automated GitHub release and issue management workflow

feat: Implement automated GitHub release and issue management workflow #9

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