chore: Add .gitignore
#4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: © 2024 Serhii “GooRoo” Olendarenko | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
name: 'chore: REUSE Compliance' | |
on: [push, pull_request] | |
jobs: | |
lint: | |
name: REUSE Compliance Check | |
runs-on: [ubuntu-latest] | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v4 | |
- name: reuse lint | |
uses: fsfe/reuse-action@v4 |