use the proper container (🤦)
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 3s

This commit is contained in:
Seaswimmer 2023-10-21 12:08:45 -04:00
parent b18a5c0789
commit 613e24a6d0
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -3,20 +3,13 @@ on: [push]
jobs:
Docker Compose Linter:
runs-on: docker
strategy:
matrix:
python-version: ["3.10"]
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Linter
run: pip install yamllint
run: apt-get install yamllint
- name: Lint YAML
id: yaml-lint