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

Merge pull request #200 from asottile/all-repos_autofix_all-repos-sed #130

Merge pull request #200 from asottile/all-repos_autofix_all-repos-sed

Merge pull request #200 from asottile/all-repos_autofix_all-repos-sed #130

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: windows-latest
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: macos-13
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39", "py310", "py311"]'
os: ubuntu-latest
main-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go get -v -t -d ./...
- run: go test .