Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
372 B
21 lines
372 B
3 years ago
|
name: CI - File health
|
||
4 years ago
|
|
||
4 years ago
|
on: [pull_request, push]
|
||
4 years ago
|
|
||
|
jobs:
|
||
3 years ago
|
ci:
|
||
|
name: Check
|
||
3 years ago
|
runs-on: ubuntu-latest
|
||
4 years ago
|
steps:
|
||
3 years ago
|
- name: Checkout repository
|
||
3 years ago
|
uses: actions/checkout@v2
|
||
4 years ago
|
|
||
3 years ago
|
- name: Install tools
|
||
3 years ago
|
run: |
|
||
|
sudo apt update
|
||
|
sudo apt install zsh
|
||
4 years ago
|
|
||
3 years ago
|
- name: Check files
|
||
3 years ago
|
run: |
|
||
|
./.github/workflows/file_health.sh
|