Skip to content

Commit

Permalink
README title
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shutov committed Aug 21, 2024
1 parent 8806a68 commit 9cdbe35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-readme.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const getOutput = ({ stdout }) => stdout;
const getWorkingTreeStatus = () => $`git status --porcelain`.then(getOutput);

(async () => {
await $`# Neovim configuration`;
await $`echo ${"```vim"} > README.md`;
await $`cat init.vim >> README.md`;
await $`echo ${"```"} >> README.md`;
Expand Down

0 comments on commit 9cdbe35

Please sign in to comment.