This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LBP
/
miniflux_v2
miroir de
https://github.com/miniflux/v2.git
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
run linter and tests workflow on demand
Shizun Ge
il y a 2 ans
Parent
fab423cca0
commit
a8daee60fb
2 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
.github/workflows/linters.yml
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/linters.yml
Voir le fichier
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
jshint:
+ 1
- 0
.github/workflows/tests.yml
Voir le fichier
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
unit-tests: