Link aggregation and post comments on ATProto!

ci: check reuse.software licensing #9

merged opened by a.starrysky.fyi targeting main from private/coded/push-tsyrknxprwws

It's way too easy to forget to run reuse lint and get yourself out of sync... I already wrote a tangled pipeline to use reuse to check this on pull requests, it would seem good to use it here too

Labels

None yet.

state
approved
Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m266uepbbx22
+17
Diff #0
+17
.tangled/workflows/reuse.yml
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + when: 6 + - event: ["push", "pull_request"] 7 + branch: ["main"] 8 + 9 + engine: nixery 10 + 11 + dependencies: 12 + nixpkgs: 13 + - reuse 14 + 15 + steps: 16 + - name: Check for REUSE compliance 17 + command: reuse lint

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
ci: check reuse.software licensing
expand 0 comments
pull request successfully merged