Skip to content

Revamp README and workflows for my own fork, start adding fbinfer and… #15

Revamp README and workflows for my own fork, start adding fbinfer and…

Revamp README and workflows for my own fork, start adding fbinfer and… #15

Workflow file for this run

name: StaticAnalysis-MoreCPP Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.13.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest PyGithub sarif-om jsonpickle
- name: Test with pytest
run: |
pytest