1 parent 5f7eec5 commit 565fa1dCopy full SHA for 565fa1d
1 file changed
.github/workflows/master.yml
@@ -10,15 +10,9 @@ jobs:
10
name: Run Deadsniper
11
runs-on: ubuntu-latest
12
steps:
13
- - name: Download & Run Deadsniper (with retry)
14
- uses: nick-fields/retry@v4
15
- with:
16
- max_attempts: 5
17
- timeout_minutes: 2
18
- command: |
19
- wget -q "https://github.com/port19x/deadsniper/releases/download/v1.3/deadsniper" \
20
- && chmod +x deadsniper \
21
- && ./deadsniper https://port19.xyz/sitemap.xml
+ - name: Run Deadsniper
+ run: |
+ wget -q "https://github.com/port19x/deadsniper/releases/download/v1.3/deadsniper" && chmod +x ./deadsniper && ./deadsniper https://port19.xyz/sitemap.xml
22
trailing-ws:
23
name: Find Trailing Whitespace
24
0 commit comments