mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
ghatm set -t 10
This commit is contained in:
parent
73682d3064
commit
61a751b92a
1
.github/workflows/integration.yaml
vendored
1
.github/workflows/integration.yaml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
- master
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 10
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
|||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
jobs:
|
||||
release:
|
||||
timeout-minutes: 20
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
|||
4
.github/workflows/reviewdog.yaml
vendored
4
.github/workflows/reviewdog.yaml
vendored
|
|
@ -3,6 +3,7 @@ on: [pull_request]
|
|||
|
||||
jobs:
|
||||
typos:
|
||||
timeout-minutes: 10
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -10,6 +11,7 @@ jobs:
|
|||
- uses: crate-ci/typos@6e14cefb85882467bea636b5459c246203e7ac93 # v1.13.10
|
||||
|
||||
staticcheck:
|
||||
timeout-minutes: 10
|
||||
name: staticcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -24,6 +26,7 @@ jobs:
|
|||
level: warning
|
||||
|
||||
misspell:
|
||||
timeout-minutes: 10
|
||||
name: misspell
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -39,6 +42,7 @@ jobs:
|
|||
locale: "US"
|
||||
|
||||
actionlint:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
|
|
|
|||
1
.github/workflows/tagpr.yaml
vendored
1
.github/workflows/tagpr.yaml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
tagpr:
|
||||
timeout-minutes: 20
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
|||
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
- "**"
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 10
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue