Files
potato-mesh/.github/workflows/license.yml
T
l5y bb95b0792d web: fix chat (#800)
* chore: add guardrails

* docs: fix meshcore badge

* web: life chat message cap at 1000 in frontend

* web: honor protocol in chat

* web: deprioritize test channels

* fix ci
2026-06-19 16:37:41 +02:00

18 lines
373 B
YAML

# Copyright © 2025-26 l5yth & contributors
# Licensed under the Apache License, Version 2.0 (see LICENSE)
name: license
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
headers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Apache license headers
run: ./scripts/check-license-headers.sh