This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
LBP
/
miniflux_v2
spegling av
https://github.com/miniflux/v2.git
Bevaka
4
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
run linter and tests workflow on demand
Shizun Ge
2 år sedan
förälder
fab423cca0
incheckning
a8daee60fb
2 ändrade filer
med
2 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
1
0
.github/workflows/linters.yml
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/linters.yml
Visa fil
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
jshint:
+ 1
- 0
.github/workflows/tests.yml
Visa fil
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
unit-tests: