Browse Source

Merge 2532ff3641 into 1727ecd888

pull/1617/merge
SkepticalWaves 4 years ago
committed by GitHub
parent
commit
eda8408000
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .github/workflows/matrix.yml

+ 6
- 0
.github/workflows/matrix.yml View File

@@ -14,3 +14,9 @@ jobs:
uses: actions/checkout@v3
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2
ansiblelater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run ansible-later action
uses: patrickjahns/ansible-later-action@master

Loading…
Cancel
Save