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:
|
jobs:
|
||||||
Docker Compose Linter:
|
Docker Compose Linter:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
container: catthehacker/ubuntu:act-latest
|
||||||
matrix:
|
|
||||||
python-version: ["3.10"]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
|
|
||||||
- name: Install Linter
|
- name: Install Linter
|
||||||
run: pip install yamllint
|
run: apt-get install yamllint
|
||||||
|
|
||||||
- name: Lint YAML
|
- name: Lint YAML
|
||||||
id: yaml-lint
|
id: yaml-lint
|
||||||
|
|
Loading…
Reference in a new issue