Skip to content

fix: handle body and comments as intented #7

fix: handle body and comments as intented

fix: handle body and comments as intented #7

Workflow file for this run

name: Tests
on:
workflow_dispatch: {}
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run tests
shell: bash
run: make test