Skip to content

Commit 3f3043c

Browse files
Hirodi-sukharev
andauthored
doc: add timeout-minutes to workflow (#186)
* 2.0.18 * patch * 2.0.19 * style(.prettierrc): reorder properties to follow alphabetical order and improve readability * doc: add timeout-minutes to workflow --------- Co-authored-by: di-sukharev <dim.sukharev@gmail.com>
1 parent b345eee commit 3f3043c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"trailingComma": "none",
3-
"singleQuote": true
2+
"singleQuote": true,
3+
"trailingComma": "none"
44
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ on:
3737

3838
jobs:
3939
opencommit:
40+
timeout-minutes: 10
4041
name: OpenCommit
4142
runs-on: ubuntu-latest
4243
permissions: write-all

out/cli.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
1627216272
// package.json
1627316273
var package_default = {
1627416274
name: "opencommit",
16275-
version: "2.0.17",
16275+
version: "2.0.18",
1627616276
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
1627716277
keywords: [
1627816278
"git",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencommit",
3-
"version": "2.0.17",
3+
"version": "2.0.19",
44
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)