Skip to content

build: remove Arbi-BOM from tagging on upgrade PRs #192

build: remove Arbi-BOM from tagging on upgrade PRs

build: remove Arbi-BOM from tagging on upgrade PRs #192

Workflow file for this run

name: validate changes
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.8', '3.12']
TOX_ENV: [coverage, quality, django42]
steps:
- uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: make ci.test TOX_ENV=${{ matrix.TOX_ENV }}