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