From 991bb676646e28416e814a08b1a00065c8516434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Sun, 22 Dec 2024 13:07:40 +0100 Subject: [PATCH] tetsing --- .github/workflows/lint.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0fad353..f55d2e4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,3 +37,10 @@ jobs: uses: frenck/action-yamllint@v1.5.0 with: strict: true + + tetsing: + runs-on: ubuntu-24.04 + steps: + - uses: actions/checkout@v4 + - name: Get shoutrrr version + run: echo "name=version::$(docker build --iidfile ${{ runner.temp }}/iidfile - < Dockerfile 2> /dev/null && docker run --rm "$(cat ${{ runner.temp }}/iidfile)" --version)"