Skip to content

add CSP packet directory #20

add CSP packet directory

add CSP packet directory #20

Workflow file for this run

name: ci
on:
# Runs on pushes targeting the default branch
push:
branches: ["*"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install test dependencies
run: pip install -U pip tox
- name: Run tests
run: tox