Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1db3859355 | ||
|
|
9aded48345 | ||
|
|
2cf691415a | ||
|
|
1f44486d0f | ||
|
|
48da37c7b0 | ||
|
|
b06941e7bf | ||
|
|
112d372804 | ||
|
|
5e5b8b9d64 | ||
|
|
c610a9900d |
@@ -41,7 +41,7 @@ jobs:
|
|||||||
go-version: ">=1.18.0"
|
go-version: ">=1.18.0"
|
||||||
|
|
||||||
- name: Run snapshot action
|
- name: Run snapshot action
|
||||||
uses: actions/go-dependency-submission@v1
|
uses: actions/go-dependency-submission@v2
|
||||||
with:
|
with:
|
||||||
# Required: Define the repo path to the go.mod file used by the
|
# Required: Define the repo path to the go.mod file used by the
|
||||||
# build target
|
# build target
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "go-dependency-submission",
|
"name": "go-dependency-submission",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "go-dependency-submission",
|
"name": "go-dependency-submission",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.9.1",
|
"@actions/core": "^1.9.1",
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "go-dependency-submission",
|
"name": "go-dependency-submission",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Go Dependency Submission",
|
"description": "Go Dependency Submission",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"format-check": "prettier --check '**/*.ts'",
|
"format-check": "prettier --check '**/*.ts'",
|
||||||
"lint": "eslint --fix src/**/*.ts",
|
"lint": "eslint --fix src/**/*.ts",
|
||||||
"package": "ncc build --source-map --license licenses.txt",
|
"package": "ncc build --source-map --license licenses.txt",
|
||||||
"test": "jest",
|
"test": "jest --testTimeout=10000",
|
||||||
"test:watch": "jest --watch src",
|
"test:watch": "jest --watch src",
|
||||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user