This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
miniflux_v2
mirror of
https://github.com/miniflux/v2.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
run linter and tests workflow on demand
Shizun Ge
2 years ago
parent
fab423cca0
commit
a8daee60fb
2 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
.github/workflows/linters.yml
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/linters.yml
View File
@@ -5,6 +5,7 @@ on:
pull_request:
pull_request:
branches:
branches:
- main
- main
+ workflow_dispatch:
jobs:
jobs:
jshint:
jshint:
+ 1
- 0
.github/workflows/tests.yml
View File
@@ -5,6 +5,7 @@ on:
pull_request:
pull_request:
branches:
branches:
- main
- main
+ workflow_dispatch:
jobs:
jobs:
unit-tests:
unit-tests: