Skip to content

Add pytest workflow#17

Merged
torrua merged 2 commits intotorrua:masterfrom
cangirolave:master
Oct 27, 2025
Merged

Add pytest workflow#17
torrua merged 2 commits intotorrua:masterfrom
cangirolave:master

Conversation

@cangirolave
Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +12 to +26
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Test with pytest
run: |
pytest

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@torrua torrua merged commit a706235 into torrua:master Oct 27, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants