Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sponsorship: update sponsors 🙏 #194

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ And please give some love to our featured sponsors 🤩:
<td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
<td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
<td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
<td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
</tr><tr>
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
</tr><tr>
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
<td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
</tr></table>
Expand Down
43 changes: 19 additions & 24 deletions SPONSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Graphile ecosystem. Find out
- The Guild
- Dovetail
- Netflix
- Chad Furman
- Stellate
- Accenture
- We Love Micro
Expand All @@ -24,62 +23,58 @@ Graphile ecosystem. Find out
- nigelrmtaylor
- Principia Mentis
- Luxor Labs
- Ian Stewart
- Axinom
- PostHog
- Nathanael Beisiegel
- Notably
- Taiste
- latch.bio
- Notably
- Nathanael Beisiegel
- LatchBio
- Ian Stewart
- Cintra
- Trigger.dev
- Giovanny Gutiérrez
- BairesDev
- FOLX Health
- Two Bit Solutions
- Beacon
- Ndustrial
- dimply
- Dimply
- Giovanny Gutiérrez
- Seam

## Supporters

- HR-ON
- stlbucket
- Sam Levin
- Matt Bretl
- Chris Watland
- svarmony
- James Rascoe
- Simon Elliott
- CJ Lazell
- Daniel Einspanjer
- Simon Elliott
- Matt Bretl
- Mansoor Razzaq
- Alvin Ali Khaled
- Keith Layne
- nullachtvierzehn
- Paul Melnikow
- Keith Layne
- Jimmy Liu
- Splitgraph
- Kadi Kraman
- Benjamin Berman
- Zymego
- CartoLab
- Nate Smith
- IFCHOR GROUP
- CartoLab
- Nicolas Penot
- Gamma Peak
- Boo
- JYC
- Ben Periton
- Spear AI
- SpaceFill
- Vizcom
- garpulon
- Nate Smith
- The Outbound Collective
- Charlie Hadden
- The Outbound Collective
- Kiron Open Higher Education
- Antonio Angelino
- urtho
- Vizcom Developer Repos
- Andrew Joseph
- Old Grammar
- Spear AI
- SIED 70
- garpulon
- Peter C. Romano
- TitanFighter
- dinodeSimon
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"lint": "yarn prettier:check && eslint --ext .js,.jsx,.ts,.tsx,.graphql .",
"lint:deps": "depcheck --ignores @types/jest,eslint_d,tslib ",
"lint:deps": "depcheck --ignores @types/jest,@types/json5,@types/node,@types/mock-fs,@types/pg,@types/yargs,eslint_d,mock-fs,tslib",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.graphql . --fix; prettier --ignore-path .eslintignore --write '**/*.{js,jsx,ts,tsx,graphql,md,json}'",
"prettier:check": "prettier --ignore-path .eslintignore --check '**/*.{js,jsx,ts,tsx,graphql,md,json}'",
"prepack": "tsc && chmod +x dist/cli.js",
Expand Down
Loading