Skip to content

fix: use valid flags when updating a comment #11

fix: use valid flags when updating a comment

fix: use valid flags when updating a comment #11

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