mirror of
https://github.com/balintkissdev/awesome-dos.git
synced 2026-01-23 02:25:17 +00:00
Enable workflow dispatch
This commit is contained in:
parent
1ccaad36fe
commit
13290cc89b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -1,7 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Awesome_Lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -10,6 +13,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- run: npx awesome-lint
|
||||
|
||||
Awesome_Bot:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -23,4 +27,4 @@ jobs:
|
|||
ruby .github/osia_convert.rb
|
||||
gem install awesome_bot
|
||||
ruby .github/osia_get_links.rb
|
||||
awesome_bot readme.md --allow-redirect
|
||||
awesome_bot readme.md --allow-redirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue