Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/black-lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: black-linter
name: Black Lint

on:
push:
branches: [main]
branches: [main, dev]
paths:
- '**/*.py'
pull_request:
branches: [main]
paths:
- '**/*.py'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: CI

on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]

jobs:
test:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

# 🏈LinesShines · 鋒光

[![main CI](https://github.com/StarsExpress/LinesShines/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/StarsExpress/LinesShines/actions)
[![main Black Lint](https://github.com/StarsExpress/LinesShines/actions/workflows/black-lint.yml/badge.svg?branch=main)](https://github.com/StarsExpress/LinesShines/actions)
[![Latest Release](https://img.shields.io/github/v/release/StarsExpress/LinesShines)](https://github.com/StarsExpress/LinesShines/releases)

![Latest](https://img.shields.io/badge/Latest-Data-violet?labelColor=violet&style=flat)
![Season](https://img.shields.io/badge/Season-2025-crimson)
![Week](https://img.shields.io/badge/Week-18-gold)
Expand All @@ -14,7 +18,7 @@

---

### [🔷 Blue 80 Blue 80 🏟](https://lines-shines.up.railway.app)
### [🔷 Blue 80 Blue 80 🏟](https://www.lines-shines.com)

### [📗 Background Stories ➡️️](https://starsexpress.github.io/Faraway-s-Way/linesshines/)

Expand Down
Loading
Loading