-
Notifications
You must be signed in to change notification settings - Fork 1
57 lines (54 loc) · 1.1 KB
/
tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: Tests
on: [push]
permissions: {}
jobs:
test:
#runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
tool:
- ansible
- aws
#- bash
#- bitwarden
- bugzilla
- c
- cf2tf
- checkmake
- crane
- docker
- essentials
#- gitconfig
- git
- github
- hadolint
- hclq
- jq
- kubectx
- kubens
- kustomize
- latex
- opentofu
- python
- rust
- shellcheck
#- ssh
#- strongswan
- terraformdocs
- terraform
- tfam
- tfexe
- tflint
- tfswitch
- vagrant
- vault
- vim
- yq
steps:
- uses: actions/checkout@v3
#- name: ${{ matrix.tool }} ${{ matrix.os }}
- name: ${{ matrix.tool }}
run: ./init.sh ${{ matrix.tool }}