diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml new file mode 100644 index 000000000..f773143b7 --- /dev/null +++ b/.github/workflows/lint.yaml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: Copyright 2023 Arm Limited and/or its affiliates +# SPDX-License-Identifier: BSD-3-Clause + +name: Linting Checks + +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v1