Organization wide defaults and reusable GitHub Actions for finki-hub.
- profile/README.md: Organization profile shown on the org page.
- Reusable workflows in .github/workflows/: ESLint, Ruff, mypy, TSC, Vitest, Docker, Cloudflare Pages, Cloudflare Workers, Semantic Release, and Dependabot.
- Community health files in .github/: code of conduct, security policy, PR template, and issue templates.
- Repo defaults: .editorconfig and .sonarcloud.properties.
Create a workflow in another repo that calls one from here:
name: Lint
on: [push, pull_request]
jobs:
lint:
uses: finki-hub/.github/.github/workflows/eslint.yaml@main
secrets: inherit