File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Analyze
1
+ name : Code Analyis
2
2
3
3
on :
4
4
pull_request :
8
8
9
9
jobs :
10
10
job :
11
- name : Analyze
11
+ name : Code Analysis
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
Original file line number Diff line number Diff line change 13
13
- develop
14
14
15
15
jobs :
16
- build :
16
+ job :
17
+ name : Build
17
18
runs-on : ubuntu-latest
18
19
19
20
strategy :
Original file line number Diff line number Diff line change 1
- name : Linting
1
+ name : Code Linting
2
2
3
3
on : [pull_request, push]
4
4
5
5
jobs :
6
6
linter :
7
- name : Linting
7
+ name : Code Linting
8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
18
VALIDATE_PYTHON_BLACK : true
19
+ VALIDATE_YAML : true
Original file line number Diff line number Diff line change 2
2
3
3
A small simple wrapper around the [ MystB.in] ( https://mystb.in/ ) API.
4
4
5
+ ----------
6
+ ![ Code Linting] ( https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Linting/badge.svg?branch=main )
7
+ ![ Code Analysis] ( https://github.com/AbstractUmbra/mystbin.py/workflows/Code%20Analysis/badge.svg?branch=main )
8
+ ![ Build] ( https://github.com/AbstractUmbra/mystbin.py/workflows/Build/badge.svg )
5
9
### Features
6
10
7
11
- [x] - ` POST ` ing to the API, which will return the provided url.
You can’t perform that action at this time.
0 commit comments