Skip to content

Fix URLs in <head> (#90) #17

Fix URLs in <head> (#90)

Fix URLs in <head> (#90) #17

Workflow file for this run

# 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