Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: main

on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.11.1
with:
# Include pypy3 + minimum py3 + maximum py3 on Windows
env: '["pypy3", "py310", "py314"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.11.1
with:
env: '["pypy3", "py310", "py311", "py312", "py313", "py314", "py315"]'
os: ubuntu-latest

35 changes: 0 additions & 35 deletions .github/workflows/test.yml

This file was deleted.

Loading