Skip to content

chore: update security enforcement email in Code of Conduct #9

chore: update security enforcement email in Code of Conduct

chore: update security enforcement email in Code of Conduct #9

Workflow file for this run

name: Test
permissions:
id-token: write
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pytest:
name: PyTest
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v5
with:
python-version: 3.12.3
- name: Install required libraries
run: pip install --no-cache-dir -r requirements.txt
- name: Run pytest
run: pytest