Skip to content

Commit b9b4380

Browse files
committed
feat: add funding
1 parent 98d0f16 commit b9b4380

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: neverovski
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: [https://revolut.me/dmitryneverovski]

.github/workflows/pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
78

89
jobs:
910
generate-openapi:
1011
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1114

1215
strategy:
1316
matrix:

0 commit comments

Comments
 (0)