diff options
author | takase1121 <20792268+takase1121@users.noreply.github.com> | 2022-01-01 20:02:14 +0800 |
---|---|---|
committer | takase1121 <20792268+takase1121@users.noreply.github.com> | 2022-01-01 20:02:14 +0800 |
commit | bb7691cb262b0e9278b50b2fb763de2567acd01a (patch) | |
tree | 7a571d9345ebfad1de29d17354ce084b65681c8f /.github | |
parent | dd3f6a2d6ca622a549cc878c7db9ba96aa2212e6 (diff) | |
download | lite-xl-plugins-bb7691cb262b0e9278b50b2fb763de2567acd01a.tar.gz lite-xl-plugins-bb7691cb262b0e9278b50b2fb763de2567acd01a.zip |
fix spelling
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ff94ce7..06f55d9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 14 - - name: run the script + - name: Run the script run: | cd scripts npm install |