Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1b3cb7b

Browse files
Merge pull request codeisneverodd#30 from codeisneverodd/cruelladevil-readme-test
[리드미 자동 업데이트] v.1.0.0
2 parents 793388e + 6c05434 commit 1b3cb7b

File tree

9 files changed

+863
-70
lines changed

9 files changed

+863
-70
lines changed

‎.github/workflows/update-README.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3+
4+
name: update README.md
5+
6+
on:
7+
push:
8+
branches:
9+
- main
10+
- cruelladevil-readme-test
11+
pull_request:
12+
branches:
13+
- main
14+
- cruelladevil-readme-test
15+
jobs:
16+
build:
17+
18+
runs-on: ubuntu-latest
19+
20+
steps:
21+
- uses: actions/checkout@v3
22+
- name: Use Node.js 16.14.0
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: 16.14.0
26+
cache: 'npm'
27+
- name: install package
28+
run: npm install
29+
- name: build README.md
30+
run: npm run build
31+
- name: update README.md
32+
run: |
33+
git add .
34+
git config user.name github-actions
35+
git config user.email github-actions@github.com
36+
git commit -m "Automatic Update README.md"
37+
git push

‎.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,4 @@ fabric.properties
147147

148148
# End of https://www.toptal.com/developers/gitignore/api/macos,webstorm
149149
/references/
150-
/package.json
151-
/package-lock.json
152150
/node_modules/

‎README.md

Lines changed: 156 additions & 68 deletions
Large diffs are not rendered by default.

‎level-4/단어-퍼즐.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ function solution(strs, t) {
3232
? -1
3333
: minCountToIndex[tLength - 1];
3434
}
35+
36+
//리드미 테스트용 코멘트

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /