use the proper container (🤦)
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 3s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 3s
This commit is contained in:
parent
b18a5c0789
commit
613e24a6d0
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue