Skip to content

Commit

Permalink
tried to fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent 0423c44 commit bb4ea9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
deploy:
runs-on: cicd1

Check failure on line 8 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[trailing-spaces]

Trailing spaces

steps:

- name: Checkout code
Expand All @@ -31,4 +30,4 @@ jobs:
run: sleep 7s

- name: Run Ansible Playbook
run: ansible-playbook -i aws_ec2.yml playbook.yml
run: ansible-playbook -i aws_ec2.yml playbook.yml

Check failure on line 33 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file
2 changes: 1 addition & 1 deletion .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Run ansible playbook for uninstallation
run: ansible-playbook -i aws_ec2.yml destroyinf.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint
on:
push:
branches: [ main ]
branches: main

Check failure on line 4 in .github/workflows/tflint.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[trailing-spaces]

Trailing spaces
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion aws_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ regions:
- ap-southeast-1

filter:
tag:cicd: sys1
tag:cicd: sys1

0 comments on commit bb4ea9a

Please sign in to comment.