Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Jan Noort committed Jun 24, 2024
1 parent af068c2 commit 9624866
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lemmy-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
runs-on: ubuntu-latest
name: emmylua to vimdoc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Generating help
run: |
curl -Lq https://github.com/numToStr/lemmy-help/releases/latest/download/lemmy-help-x86_64-unknown-linux-gnu.tar.gz | tar xz
pwd
ls -al
./lemmy-help adopure.nvim/lua/adopure.lua adopure.nvim/lua/adopure.config.lua > doc/${{env.PLUGIN_NAME}}.txt
- name: Commit
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Add git remote
run: git remote add ado [email protected]:v3/adopure/adopure.nvim/adopure.nvim
run: |
git remote add ado \
[email protected]:v3/adopure/adopure.nvim/adopure.nvim
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
Expand Down
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rules:
line-length: disable

0 comments on commit 9624866

Please sign in to comment.