Skip to content

Commit

Permalink
🔖 v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stoe committed Oct 1, 2024
1 parent 7437836 commit 0c5a631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-details-action",
"version": "3.2.0",
"version": "4.0.0",
"description": "Collect and comment with details about GitHub Actions on PRs",
"keywords": [
"github-actions",
Expand Down Expand Up @@ -28,10 +28,10 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "npx @vercel/ncc build action.js -o dist -q -m -s --license licenses.txt",
"format": "npx prettier --config-precedence prefer-file --write . && eslint . --fix",
"format": "npx prettier --config-precedence prefer-file --write . && eslint -c eslint.config.mjs --fix",
"prepare": "husky",
"pretest": "npx eslint-config-prettier eslint.config.mjs",
"test": "eslint .",
"test": "eslint -c eslint.config.mjs",
"watch": "npx @vercel/ncc build action.js -o dist -q -m -s --license licenses.txt --watch"
},
"dependencies": {
Expand Down

0 comments on commit 0c5a631

Please sign in to comment.