mirror of
https://github.com/balintkissdev/awesome-dos.git
synced 2026-01-23 02:25:17 +00:00
Reason: it was not able to deal with websites like amazon.com or web.archive.org where links exist but responses are slow and time out. Tried `--allow-timeout`, but didn't work.
16 lines
237 B
YAML
16 lines
237 B
YAML
name: CI
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
Awesome_Lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- run: npx awesome-lint
|
|
|