Skip to content

Commit

Permalink
chore: clone neodev
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed May 1, 2023
1 parent f767b09 commit 26e6ea6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
- name: Build
run: |
haxe build.hxml
- name: Clone neodev
uses: actions/checkout@v3
with:
repository: git@github.com:folke/neodev.nvim.git
path: .config/.haxe/nvim-api
- name: Generate API
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
haxe build-api.hxml
- name: Run test that should fail
run: |
Expand Down

0 comments on commit 26e6ea6

Please sign in to comment.