This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
LBP
/
miniflux_v2
cermin dari
https://github.com/miniflux/v2.git
Liatin
4
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
run linter and tests workflow on demand
Shizun Ge
2 tahun lalu
induk
fab423cca0
melakukan
a8daee60fb
2 mengubah file
dengan
2 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik Diff
1
0
.github/workflows/linters.yml
1
0
.github/workflows/tests.yml
+ 1
- 0
.github/workflows/linters.yml
Tampilan Berkas
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
jshint:
+ 1
- 0
.github/workflows/tests.yml
Tampilan Berkas
@@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
+ workflow_dispatch:
jobs:
unit-tests: