Skip to content

Commit

Permalink
Fix typos in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Feb 13, 2024
1 parent 81e51b4 commit c94b990
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-lint:
name: go lint
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
- name: Configure
Expand All @@ -30,7 +30,7 @@ jobs:
go-build:
name: go build
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
- name: Configure
Expand All @@ -40,7 +40,7 @@ jobs:
go-test:
name: go test
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -63,7 +63,7 @@ jobs:
buf-format:
name: buf format
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
- name: Configure
Expand All @@ -73,7 +73,7 @@ jobs:
buf-lint:
name: buf lint
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
- name: Configure
Expand Down

0 comments on commit c94b990

Please sign in to comment.