Skip to content

fix: use valid flags when updating a comment #12

fix: use valid flags when updating a comment

fix: use valid flags when updating a comment #12

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@v6
- name: Run tests
shell: bash
run: make test