Skip to content

Commit

Permalink
Merge pull request #101 from asottile/all-repos_autofix_azure-pipelin…
Browse files Browse the repository at this point in the history
…es-to-github-actions

azure pipelines -> github actions
  • Loading branch information
asottile authored Dec 29, 2022
2 parents 5f68046 + 0f11752 commit 78b15ac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: main

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

jobs:
main:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py37", "py38", "py39", "py310"]'
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/asottile.covdefaults?branchName=main)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=62&branchName=main)
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/asottile/asottile/62/main.svg)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=62&branchName=main)
[![build status](https://github.com/asottile/covdefaults/actions/workflows/main.yml/badge.svg)](https://github.com/asottile/covdefaults/actions/workflows/main.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/covdefaults/main.svg)](https://results.pre-commit.ci/latest/github/asottile/covdefaults/main)

covdefaults
Expand Down
19 changes: 0 additions & 19 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit 78b15ac

Please sign in to comment.