File tree 4 files changed +26
-28
lines changed
4 files changed +26
-28
lines changed Original file line number Diff line number Diff line change
1
+ inputs :
2
+ env :
3
+ default : ${{ matrix.env }}
4
+ runs :
5
+ using : composite
6
+ steps :
7
+ - uses : asottile/workflows/.github/actions/latest-git@v1.2.0
8
+ if : inputs.env == 'py37'
Original file line number Diff line number Diff line change
1
+ name : main
2
+
3
+ on :
4
+ push :
5
+ branches : [main, test-me-*]
6
+ tags :
7
+ pull_request :
8
+
9
+ jobs :
10
+ main-latest-git :
11
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.2.0
12
+ with :
13
+ env : ' ["py37"]'
14
+ main :
15
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.2.0
16
+ with :
17
+ env : ' ["py38", "py39", "py310"]'
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://asottile.visualstudio.com/asottile/_apis/build/status/asottile.git-code-debt?branchName=main )] ( https://asottile.visualstudio.com/asottile/_build/latest?definitionId=16&branchName=main )
2
- [ ![ Azure DevOps coverage] ( https://img.shields.io/azure-devops/coverage/asottile/asottile/16/main.svg )] ( https://dev.azure.com/asottile/asottile/_build/latest?definitionId=16&branchName=main )
1
+ [ ![ build status] ( https://github.com/asottile/git-code-debt/actions/workflows/main.yml/badge.svg )] ( https://github.com/asottile/git-code-debt/actions/workflows/main.yml )
3
2
[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/asottile/git-code-debt/main.svg )] ( https://results.pre-commit.ci/latest/github/asottile/git-code-debt/main )
4
3
5
4
git-code-debt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments