Fix URLs in <head>
(#90)
#17
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
# This file is part of Share₂Fedi | |
# https://github.com/kytta/share2fedi | |
# | |
# SPDX-FileCopyrightText: © 2025 Nikita Karamov <[email protected]> | |
# SPDX-License-Identifier: AGPL-3.0-only | |
--- | |
name: REUSE | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
lint: | |
name: Check compliance | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
- uses: fsfe/reuse-action@v5 |