Skip to content

feat(CI): Test Github Actions on Windows and Macos (Take #2) #13

feat(CI): Test Github Actions on Windows and Macos (Take #2)

feat(CI): Test Github Actions on Windows and Macos (Take #2) #13

Workflow file for this run

# SPDX-FileCopyrightText: 2022 leha-bot and contributors
#
# SPDX-License-Identifier: BSL-1.0 OR BlueOak-1.0.0
name: 'Check compliance'
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
check:
name: 'Check'
runs-on: ubuntu-latest
steps:
- name: Fetching sources
uses: actions/checkout@v4
- name: Check compliance
uses: fsfe/reuse-action@v3