changed runner ?
CI / CI (push) Failing after 1m41s Details
CI / yaml-lint (push) Failing after 1s Details

This commit is contained in:
Mascali 2024-03-26 01:35:12 +01:00
parent fa3a82a1dd
commit 8f671a0f89
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
setup:
name: CI
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Install Dependencies
@ -48,7 +48,7 @@ jobs:
yaml-lint:
name: yaml-lint
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout repo
uses: actions/checkout@v2