From 1eb081d5ee350659ba7a57f18d2b508ee5392c28 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Fri, 5 Aug 2022 13:04:00 +0200 Subject: [PATCH] imitate reuse-action --- .github/workflows/main.yml | 9 +++------ .gitignore | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 133f16c..a226288 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,10 +5,7 @@ on: [push, pull_request] jobs: test: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master + steps: + - uses: actions/checkout@v2 - name: REUSE Compliance Check - uses: fsfe/reuse-action@master - with: - args: "--include-submodules lint" - + uses: fsfe/reuse-action@v1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92b1d9d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ignored-file