Skip to content

Adding support for new resource types in check-no-public-access api. #149

Adding support for new resource types in check-no-public-access api.

Adding support for new resource types in check-no-public-access api. #149

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
unittest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4.1.1
- name: Setup Python
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python }}
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox -e py