Skip to content

Commit

Permalink
use git created date for collected fiddles (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 1, 2023
1 parent bd5469b commit 3f5387d
Show file tree
Hide file tree
Showing 6 changed files with 890 additions and 1,335 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
# https://github.com/actions/checkout
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
# check out all commits to get accurate created date
fetch-depth: 0

- uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/collect-fiddles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
# we need our scraping config, thus check out code
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
# check out all commits to get accurate created date
fetch-depth: 0

- name: Install dependencies 📦
uses: bahmutov/npm-install@v1
Expand Down
Loading

0 comments on commit 3f5387d

Please sign in to comment.