From 9d63956ab0ac90f47c5c92a8586f632fc1a24331 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Thu, 17 Oct 2024 14:12:46 +0200 Subject: [PATCH] Add docker judge container to build and lint flow --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7aa4da6..166a414 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - image: [assembly, bash, c, compilers, csharp, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested] + image: [assembly, bash, c, compilers, csharp, docker, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested] runs-on: ubuntu-latest steps: - uses: actions/checkout@master diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 98e7c34..365e992 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - image: [assembly, bash, c, compilers, csharp, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested] + image: [assembly, bash, c, compilers, csharp, docker, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4