mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-10 21:43:42 +02:00
chore: update issue template and ci platform
This commit is contained in:
@@ -9,15 +9,14 @@ assignees: ''
|
|||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
描述一下遇到的 Bug,和对应的报错信息 `./hack-browser-data -vv`
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS:
|
- OS Name 操作系统名称:
|
||||||
- Browser:
|
- Browser Name 浏览器名称:
|
||||||
- Browser Version:
|
- Browser Version 浏览器版本:
|
||||||
- Browser Profile Path: [ chrome `chrome://version` firefox `about:profiles `]
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
其他有用的信息
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: macos-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
|
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
|
||||||
@@ -28,6 +27,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: diff -u <(echo -n) <(gofmt -d .)
|
run: diff -u <(echo -n) <(gofmt -d .)
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: go test -v ./...
|
|
||||||
|
|||||||
Reference in New Issue
Block a user