Skip to content

Commit

Permalink
ci: add reuse lint job
Browse files Browse the repository at this point in the history
Add reuse lint job to the pipelines using
the reuse action.
This way, copyright headers get automatically
checked in the pipelines.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh committed Sep 7, 2022
1 parent 78908f8 commit 7983f2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on: [push, pull_request]
env:
EXPORT_DIR: exported-artifacts
jobs:
copyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
lint:
runs-on: ubuntu-latest
container: quay.io/ovirt/vdsm-test-centos-8
Expand Down

0 comments on commit 7983f2f

Please sign in to comment.