Skip to content

Commit

Permalink
Use Yaml Lint and Release
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ committed Feb 14, 2022
1 parent a43f366 commit fa150e5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ jobs:
run: |
echo Concact YAMLs
python ./concat.py
echo List files
ls -l
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "./*.y*ml"
config_file: .yamllint.yaml
#- name: Create Release
# uses: ncipollo/release-action@v1
# with:
# allowUpdates: true
# artifacts: "./support-bundle.yaml"
- name: Create Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: 0.0.0
artifacts: "./support-bundle.yaml"

0 comments on commit fa150e5

Please sign in to comment.