format github workflows

pull/20/head
Cian Hatton 3 years ago
parent 86c987aadc
commit f37e43ea74

@ -1,12 +1,11 @@
---
name: CI name: CI
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
env: env:
VAULT_PASSWORD: "${{ secrets.VAULT_PASSWORD }}" VAULT_PASSWORD: ${{ secrets.VAULT_PASSWORD }}
SSH_PUB: "${{ secrets.SSH_PUB }}" SSH_PUB: ${{ secrets.SSH_PUB }}
ANSIBLE_FORCE_COLOR: '1' ANSIBLE_FORCE_COLOR: '1'
jobs: jobs:

@ -1,12 +1,11 @@
---
name: Delete test linode instance name: Delete test linode instance
on: on:
schedule: schedule:
- cron: "0 0 * * *" # delete at midnight every day - cron: 0 0 * * * # delete at midnight every day
env: env:
VAULT_PASSWORD: "${{ secrets.VAULT_PASSWORD }}" VAULT_PASSWORD: ${{ secrets.VAULT_PASSWORD }}
SSH_PUB: "${{ secrets.SSH_PUB }}" SSH_PUB: ${{ secrets.SSH_PUB }}
ANSIBLE_FORCE_COLOR: '1' ANSIBLE_FORCE_COLOR: '1'
jobs: jobs:

@ -1,5 +1,4 @@
--- name: Code Health
name: Lint
on: on:
workflow_dispatch: workflow_dispatch:
push: push:

@ -13,3 +13,4 @@ format_dir roles
format_dir playbooks format_dir playbooks
format_dir host_vars format_dir host_vars
format_dir group_vars format_dir group_vars
format_dir .github/workflows

Loading…
Cancel
Save