Skip to content

Commit

Permalink
sponsorship: update sponsors 🙏 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie Gillam <[email protected]>
  • Loading branch information
jemgillam and benjie authored Nov 8, 2023
1 parent 9529e5c commit 757194c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 28 deletions.
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

0 comments on commit 757194c

Please sign in to comment.