This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
LBP
/
miniflux_v2
mirror of
https://github.com/miniflux/v2.git
Xem
4
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
run linter and tests workflow on demand
Shizun Ge
2 năm trước cách đây
mục cha
fab423cca0
commit
a8daee60fb
2 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
.github/workflows/linters.yml
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/linters.yml
Xem Tập Tin
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
jshint:
+ 1
- 0
.github/workflows/tests.yml
Xem Tập Tin
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
unit-tests: