Skip to content

Merge pull request #19 from Ant0wan/Ant0wan-patch-1 #75

Merge pull request #19 from Ant0wan/Ant0wan-patch-1

Merge pull request #19 from Ant0wan/Ant0wan-patch-1 #75

Workflow file for this run

name: Tests
on: [push]
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
#runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
tool:
- ansible
- aws
# - bash
# - bitwarden
- c
# - git
- hadolint
- hclq
- jq
- kubectx
- kubens
- kustomize
- python
- rust
- shellcheck
# - ssh
- terraformdocs
- terraform
- tfam
- tfexe
- tflint
- tfswitch
- vault
#- vim
- yq
steps:
- uses: actions/checkout@v3
#- name: ${{ matrix.tool }} ${{ matrix.os }}
- name: ${{ matrix.tool }}
run: ./init.sh ${{ matrix.tool }}