Skip to content

Commit

Permalink
feat(script): move to Deno & TypeScript, faster (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Oct 13, 2024
1 parent 8075e30 commit f56853d
Show file tree
Hide file tree
Showing 7 changed files with 600 additions and 665 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
node-version: latest

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install dependencies
run: pnpm install
deno-version: v2.x

- name: Run script
run: pnpm start
run: deno run -WNE scripts/fetchContributors.ts

- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

Loading

0 comments on commit f56853d

Please sign in to comment.