This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
LBP
/
miniflux_v2
mirror de
https://github.com/miniflux/v2.git
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
run linter and tests workflow on demand
Shizun Ge
há 2 anos atrás
pai
fab423cca0
commit
a8daee60fb
2 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
.github/workflows/linters.yml
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/linters.yml
Ver Ficheiro
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
jshint:
+ 1
- 0
.github/workflows/tests.yml
Ver Ficheiro
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
unit-tests: