Skip to content

Commit d55b8a2

Browse files
authored
Merge branch 'github:main' into eloquent
2 parents 6a8a9db + 40d426f commit d55b8a2

File tree

19 files changed

+70
-10
lines changed

19 files changed

+70
-10
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository_owner == 'github'
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 📂 checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: 💎 setup ruby
2626
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Setup Ruby
1818
uses: ruby/setup-ruby@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- all
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

collections/javascript-game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ items:
2222
- Cloud9c/taro
2323
- replit/kaboom
2424
- straker/kontra
25+
- jay19240/Haiku
2526
display_name: JavaScript Game Engines
2627
created_by: leereilly
2728
---

collections/machine-learning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ items:
2424
- shogun-toolbox/shogun
2525
- davisking/dlib
2626
- apache/predictionio
27-
- deepmind/pysc2
27+
- google-deepmind/pysc2
2828
- gokceneraslan/awesome-deepbio
2929
- buriburisuri/ByteNet
3030
- josephmisiti/awesome-machine-learning

collections/nextjs-blog-templates/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ items:
1515
- statichunt/techfeed-nextjs
1616
- devkiran/NextAPI
1717
- statichunt/hydrogen-nextjs
18+
- zeon-studio/nextplate
1819
image: nextjs-blog-templates.png
1920
display_name: Next.js Blog Template
2021
created_by: officialrajdeepsingh

collections/programming-languages/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ items:
6363
- QB64Team/qb64
6464
- gleam-lang/gleam
6565
- Gwion/Gwion
66-
- vlang/v
6766
- carbon-language/carbon-lang
6867
- imba/imba
6968
- Jackojc/cane

collections/react-ui/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ items:
2727
- palantir/blueprint
2828
- rsuite/rsuite
2929
- Semantic-Org/Semantic-UI-React
30+
- creativetimofficial/material-tailwind
3031

3132
---
3233

topics/continuous-integration/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ aliases: ci
33
display_name: Continuous integration
44
short_description: Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production.
55
topic: continuous-integration
6+
related: cd, ci-cd, cicd, continuous-delivery, continuous-deployment
67
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_integration
78
---
89
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

0 commit comments

Comments
 (0)