Skip to content

📝: Update security policy. #3

📝: Update security policy.

📝: Update security policy. #3

Workflow file for this run

name: OZI Checkpoint-only
on:
push:
branches:
- 'dev*'
- 'dev/**'
permissions:
contents: read
jobs:
checkpoint:
name: OZI ${{ matrix.ozi }} with ${{ matrix.py }} on ${{ matrix.os }}
runs-on: '${{ matrix.os }}'
strategy:
matrix:
ozi:
- dist
- lint
- test
os:
- ubuntu-latest
py:
- '3.10'
- '3.11'
- '3.12'
fail-fast: false
steps:
- uses: rjdbcm/ozi-checkpoint@v0.1
with:
python-version: ${{ matrix.py }}
suite: ${{ matrix.ozi }}