Skip to content

🔄 Add shellcheck to CI #9

🔄 Add shellcheck to CI

🔄 Add shellcheck to CI #9

Workflow file for this run

name: yamllint
on: [push, pull_request]
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
- name: 🚀 Run yamllint
run: |
sudo apt-get update -y
sudo apt-get install -y yamllint
yamllint ./docker-compose.yml