2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

fix: actions

This commit is contained in:
耗子
2023-06-22 19:56:16 +08:00
parent c16a30c434
commit 43a44b08b8
4 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@ root = "."
tmp_dir = "storage/temp"
[build]
bin = "./storage/temp/main"
cmd = "go build -o ./storage/temp/main ."
bin = "./storage/temp/main.exe"
cmd = "go build -o ./storage/temp/main.exe ."
delay = 1000
exclude_dir = ["storage", "database"]
exclude_file = []

View File

@@ -2,7 +2,7 @@ name: Codecov
on:
push:
branches:
- master
- main
pull_request:
jobs:
codecov:

View File

@@ -2,7 +2,7 @@ name: Lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read

View File

@@ -2,7 +2,7 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test: