File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 21
21
- name : Write LeetCode DIRECTORY.md
22
22
run : |
23
23
python3 scripts/leetcode_directory_md.py 2>&1 | tee leetcode/DIRECTORY.md
24
- git pull || true
25
24
- name : Commit and push changes
26
25
uses : stefanzweifel/git-auto-commit-action@v4
27
26
id : commit-push
34
33
if : steps.commit-push.outputs.changes_detected == 'true'
35
34
run : |
36
35
gh pr create --base ${GITHUB_REF##*/} --head leetcode-directory-${{ github.sha }} --title 'docs: updating `leetcode/DIRECTORY.md`' --body 'Updated LeetCode directory (see the diff. for changes).'
37
- gh pr merge --admin --merge --subject 'docs: updating `leetcode/DIRECTORY.md' --delete-branch
38
36
env :
39
37
GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 148
148
* [ Word Count] ( https://github.com/TheAlgorithms/C/blob/HEAD/exercism/word_count/word_count.h )
149
149
150
150
## Games
151
+ * [ Hangman] ( https://github.com/TheAlgorithms/C/blob/HEAD/games/hangman.c )
151
152
* [ Naval Battle] ( https://github.com/TheAlgorithms/C/blob/HEAD/games/naval_battle.c )
152
153
* [ Tic Tac Toe] ( https://github.com/TheAlgorithms/C/blob/HEAD/games/tic_tac_toe.c )
153
154
You can’t perform that action at this time.
0 commit comments