Skip to content

Commit

Permalink
changed name for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 4, 2024
1 parent b256a71 commit 72ae0f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansiblelint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# .github/workflows/ansible-lint.yml
name: ansible-lint
name: Ansible Linter
on:
push:
branches: main
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: TFLint
---
name: Terraform Linter
on:
push:
branches: [ main ]
Expand Down Expand Up @@ -37,4 +38,5 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Run TFLint
run: tflint -f compact
run: tflint -f compact
...

0 comments on commit 72ae0f1

Please sign in to comment.