Skip to content

Magic comments to turn off specific detections #93

Magic comments to turn off specific detections

Magic comments to turn off specific detections #93

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
repository-projects: write
steps:
- uses: actions/checkout@v3
- name: Run tests
run: make test_ci
- uses: mshick/[email protected]
with:
message-path: ${{ github.workspace }}/test.out