mirror of
https://github.com/ellisonleao/magictools.git
synced 2025-10-15 10:19:04 +00:00
19 lines
374 B
YAML
19 lines
374 B
YAML
---
|
|
|
|
name: CI
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/setup-go@v3.2.0
|
|
id: go
|
|
with:
|
|
go-version: "^1.18.2"
|
|
|
|
- uses: actions/checkout@v3.0.2
|
|
|
|
- run: go install github.com/ellisonleao/vl/cmd/vl@latest
|
|
- run: vl -a 403 -t 30s -w poly.pizza,horde3d.org,p1.untergrund.net,bfxr.net README.md
|