From 2d44ba4991395dbf465b970b99c14e11574aff57 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 2 Apr 2025 20:48:49 +0200 Subject: [PATCH] test CI --- .github/workflows/main.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e00812c..43b4467 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,17 +1,15 @@ -name: REUSE Compliance Check +name: Test CI -on: [push, pull_request] +on: + push: + branches: + - main + - master jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v1 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@4bc702cd84dcb20ebf0a475c30efc4d96ac9207f - with: - args: spdx - - name: REUSE Compliance Check - uses: fsfe/reuse-action@4bc702cd84dcb20ebf0a475c30efc4d96ac9207f - with: - args: --include-submodules lint + - name: Checkout + uses: actions/checkout@v4 + - run: python --version