Files
oauth2-providers/.github/workflows/validate.yml
T
Ikraam Ghoor 95185fe472 Added OAuth2 provider templates repository
Established community-maintained OAuth2 provider templates for TRMNL
private plugins. Includes a YAML catalogue of 352 providers with
schema documentation, GitHub Actions CI validation, issue templates,
contributing guidelines, and MIT license.
2026-02-03 16:49:00 +00:00

24 lines
408 B
YAML

name: Validate Providers
on:
pull_request:
paths:
- 'providers.yml'
push:
branches: [main]
paths:
- 'providers.yml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Validate providers.yml
run: ruby .github/scripts/validate_providers.rb