You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # SPDX-FileCopyrightText: Copyright 2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
- # 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
|