From 99277d5ee71ef47464735245ec19a1f4d05f8111 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 25 Jun 2023 14:31:20 +0200 Subject: [PATCH] test --- .gitea/workflows/dl.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/dl.yml b/.gitea/workflows/dl.yml index 9399fee..dc1cd09 100644 --- a/.gitea/workflows/dl.yml +++ b/.gitea/workflows/dl.yml @@ -5,7 +5,6 @@ jobs: lint: runs-on: ubuntu-latest steps: - - run: cat /etc/lsb-release - run: cat /etc/os-release - uses: actions/checkout@v3 - uses: https://github.com/actions/setup-python@v4