Skip to content

Commit 2beb829

Browse files
Update timeout for .github/workflows/lint.yml (#103)
1 parent 4ee1209 commit 2beb829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
jobs:
1515
lua-check:
16+
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
1617
name: Lua Check
1718
runs-on: ubuntu-latest
1819
permissions:

0 commit comments

Comments
 (0)