mirror of
https://github.com/ellisonleao/magictools.git
synced 2025-10-15 10:19:04 +00:00
14 lines
443 B
YAML
14 lines
443 B
YAML
name: CI
|
|
on: [pull_request]
|
|
jobs:
|
|
validate-links:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/setup-go@v3
|
|
id: go
|
|
with:
|
|
go-version: "^1.19.5"
|
|
- uses: actions/checkout@v3
|
|
- run: go install github.com/ellisonleao/vl/cmd/vl@v0.1.0
|
|
- run: vl -a 503,403 -t 30s -w html5gamedevelopment.com,poly.pizza,horde3d.org,p1.untergrund.net,bfxr.net,tigsource.com,gamesounds.xyz,jpct.net README.md
|