Skip to content

Commit

Permalink
Merge pull request #357 from pre-commit/gha
Browse files Browse the repository at this point in the history
azure pipelines -> github actions
  • Loading branch information
asottile committed Dec 29, 2022
2 parents 4e27a61 + a1e3a59 commit 06ca9ff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,13 @@
name: main

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

jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
with:
env: '["py38", "py39", "py310"]'
8 changes: 3 additions & 5 deletions README.md
@@ -1,11 +1,9 @@
[![build status](https://github.com/pre-commit/identify/actions/workflows/main.yml/badge.svg)](https://github.com/pre-commit/identify/actions/workflows/main.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pre-commit/identify/main.svg)](https://results.pre-commit.ci/latest/github/pre-commit/identify/main)

identify
========

[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/pre-commit.identify?branchName=main)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=67&branchName=main)
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/asottile/asottile/67/main.svg)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=67&branchName=main)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pre-commit/identify/main.svg)](https://results.pre-commit.ci/latest/github/pre-commit/identify/main)
[![PyPI version](https://badge.fury.io/py/identify.svg)](https://pypi.python.org/pypi/identify)

File identification library for Python.

Given a file (or some information about a file), return a set of standardized
Expand Down
19 changes: 0 additions & 19 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit 06ca9ff

Please sign in to comment.