Skip to content

Commit

Permalink
Rename CI job names to match other repos (#185)
Browse files Browse the repository at this point in the history
Once we merge this, I need to update the required status checks to use
these new names. Do not merge this without me :)
  • Loading branch information
sethvargo authored Aug 16, 2023
1 parent 201bd0c commit 8939fb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
go_lint:
uses: './.github/workflows/go-lint.yml'
with:
go_version: '1.20'

test:
go_test:
uses: './.github/workflows/go-test.yml'
with:
go_version: '1.20'

lint-terraform:
terraform_lint:
uses: './.github/workflows/terraform-lint.yml'
with:
terraform_version: 1.3
directory: 'terraform'

lint-yaml:
yaml_lint:
uses: './.github/workflows/yaml-lint.yml'
1 change: 1 addition & 0 deletions .github/workflows/setup-binary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
pull_request:
paths:
- '.github/actions/setup-binary/**'

jobs:
setup-binary-test:
strategy:
Expand Down

0 comments on commit 8939fb6

Please sign in to comment.