Skip to content

Commit 8589d50

Browse files
authored
Merge branch 'main' into main
2 parents 407f8b9 + f99d48e commit 8589d50

File tree

9 files changed

+20
-5
lines changed

9 files changed

+20
-5
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/[email protected]
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
22+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/[email protected]
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
27+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
19+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
2020
with:
2121
bundler-cache: true
2222

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Ruby
4545
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46-
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
46+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
4747
with:
4848
bundler-cache: true
4949

collections/productivity-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ items:
1818
- ajeetdsouza/zoxide
1919
- Slackadays/Clipboard
2020
- devtron-labs/devtron
21-
- Maximus5/ConEmu
21+
- ConEmu/ConEmu
2222
- wavetermdev/waveterm
2323
- termux/termux-app
2424
- zed-industries/zed

topics/c/c.png

-8.48 KB
Loading
2.84 KB
Loading

topics/data-load-tool/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
created_by: data-load-tool
3+
aliases: dlt, dlthub
4+
display_name: DLT
5+
related: dbt, python
6+
released: February 2023
7+
short_description: A Python library for moving data.
8+
topic: data-load-tool
9+
url: https://dlthub.com
10+
github_url: https://github.com/dlt-hub/dlt
11+
logo: data-load-tool.png
12+
---
13+
dlt is an open source Python library that loads data from various, often messy data sources into well-structured, live datasets.
14+
It offers a lightweight interface for extracting data from REST APIs, SQL databases, cloud storage, Python data structures, and many more.
15+
It is NOT related to Delta Live Tables or distributed ledger technology.

topics/python/python.png

-11.4 KB
Loading

0 commit comments

Comments
 (0)