We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee1209 commit 2beb829Copy full SHA for 2beb829
.github/workflows/lint.yml
@@ -13,6 +13,7 @@ concurrency:
13
14
jobs:
15
lua-check:
16
+ timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
17
name: Lua Check
18
runs-on: ubuntu-latest
19
permissions:
0 commit comments