Skip to content

Commit

Permalink
lint licensing with reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 5, 2024
1 parent 7bad3f4 commit 261f2aa
Show file tree
Hide file tree
Showing 12 changed files with 119 additions and 191 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: © 2023 Mark Delk <jethrodaniel@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0

---
github: [jethrodaniel]
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2023-present, Mark Delk
# SPDX-FileCopyrightText: © 2023 Mark Delk <jethrodaniel@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0

name: macos
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: © 2024 Mark Delk <jethrodaniel@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0

name: REUSE Compliance Check

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2023-present, Mark Delk
# SPDX-FileCopyrightText: © 2023 Mark Delk <jethrodaniel@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0

.zig-cache
Expand Down
177 changes: 0 additions & 177 deletions LICENSE.txt

This file was deleted.

Loading

0 comments on commit 261f2aa

Please sign in to comment.