Skip to content

Commit

Permalink
chore: add kubeconform to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 6, 2023
1 parent 87338d8 commit d879d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
nvim --version
[ ! -d tests ] && exit 0
curl -sLo /tmp/kubeconform.tar.gz https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-linux-amd64.tar.gz
tar -xC /tmp -f /tmp/kubeconform.tar.gz
mv /tmp/kubeconform /usr/local/bin/kubeconform
nvim --headless --noplugin -u ./tests/init.lua -c "lua MiniTest.run()"
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d879d01

Please sign in to comment.