Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

main

main #1118

Workflow file for this run

name: main
on:
push:
branches:
- main
- test-me-*
pull_request:
schedule:
- cron: "0 8 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
strategy:
fail-fast: true
matrix:
os: ['Ubuntu', 'MacOs', 'Windows']
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38", "py39", "py310", "py311"]'
os: ${{ matrix.os }}-latest