Skip to content

Update pre-commit hook ansible/ansible-lint to v6.20.0 #25

Update pre-commit hook ansible/ansible-lint to v6.20.0

Update pre-commit hook ansible/ansible-lint to v6.20.0 #25

Workflow file for this run

---
name: Deploy whisper
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/whisper/**
- .github/workflows/whisper.yaml
pull_request:
paths:
- roles/whisper/**
- .github/workflows/whisper.yaml
jobs:
whisper:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
ansible-playbook main.yaml --limit localhost --tags whisper
docker ps --filter name=whisper | grep --quiet whisper