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

Commit dbe5268

Browse files
committed
azure pipelines -> github actions
1 parent 41a57aa commit dbe5268

File tree

4 files changed

+25
-44
lines changed

4 files changed

+25
-44
lines changed

.github/actions/pre-test/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
runs:
2+
using: composite
3+
steps:
4+
- uses: actions/setup-go@v3

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: main
2+
3+
on:
4+
push:
5+
branches: [main, test-me-*]
6+
tags:
7+
pull_request:
8+
9+
jobs:
10+
main-macos:
11+
uses: asottile/workflows/.github/workflows/[email protected]
12+
with:
13+
env: '["py37"]'
14+
os: macos-latest
15+
wheel-tags: true
16+
main-linux:
17+
uses: asottile/workflows/.github/workflows/[email protected]
18+
with:
19+
env: '["py37", "py38", "py39"]'
20+
os: ubuntu-latest

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![Build Status](https://asottile.visualstudio.com/asottile/_apis/build/status/asottile.setuptools-golang-examples?branchName=main)](https://asottile.visualstudio.com/asottile/_build/latest?definitionId=12&branchName=main)
2-
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/asottile/asottile/12/main.svg)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=12&branchName=main)
1+
[![build status](https://github.com/asottile/setuptools-golang-examples/actions/workflows/main.yml/badge.svg)](https://github.com/asottile/setuptools-golang-examples/actions/workflows/main.yml)
32
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/setuptools-golang-examples/main.svg)](https://results.pre-commit.ci/latest/github/asottile/setuptools-golang-examples/main)
43

54
setuptools-golang-examples

azure-pipelines.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)