Skip to content

Commit 3124fe3

Browse files
committed
Actions v3
1 parent 18a63c2 commit 3124fe3

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Analyze
1+
name: Code Analyis
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
job:
11-
name: Analyze
11+
name: Code Analysis
1212
runs-on: ubuntu-latest
1313

1414
steps:

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
- develop
1414

1515
jobs:
16-
build:
16+
job:
17+
name: Build
1718
runs-on: ubuntu-latest
1819

1920
strategy:

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Linting
1+
name: Code Linting
22

33
on: [pull_request, push]
44

55
jobs:
66
linter:
7-
name: Linting
7+
name: Code Linting
88
runs-on: ubuntu-latest
99

1010
steps:
@@ -16,3 +16,4 @@ jobs:
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
VALIDATE_PYTHON_BLACK: true
19+
VALIDATE_YAML: true

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A small simple wrapper around the [MystB.in](https://mystb.in/) API.
44

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)
59
### Features
610

711
- [x] - `POST`ing to the API, which will return the provided url.

0 commit comments

Comments
 (0)