Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Merge pull request #168 from asottile/pre-commit-ci-update-config #110

Merge pull request #168 from asottile/pre-commit-ci-update-config

Merge pull request #168 from asottile/pre-commit-ci-update-config #110

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-macos:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py39"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py39"]'
os: macos-13
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py39", "py310", "py311"]'
os: ubuntu-latest