Skip to content

Merge pull request #7 from Kaushl2208/feat/Release-Changelog #27

Merge pull request #7 from Kaushl2208/feat/Release-Changelog

Merge pull request #7 from Kaushl2208/feat/Release-Changelog #27

Workflow file for this run

# SPDX-FileCopyrightText: © 2023 Siemens AG
# SPDX-FileContributor: Gaurav Mishra <[email protected]>
# SPDX-License-Identifier: LGPL-2.1-only
name: Static lints
concurrency:
group: static-${{ github.head_ref }}
cancel-in-progress: true
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
REUSE-Compliance-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5