Skip to content

Commit

Permalink
Added submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Oct 26, 2024
1 parent 489be3b commit 11e05db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/llscheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name: Run typecheck

on:
pull_request: ~
push:
branches:
- '*'
workflow_dispatch:

jobs:
Expand All @@ -27,6 +24,9 @@ jobs:
repository: "folke/neodev.nvim"
path: "deps/neodev.nvim"

- name: Update Submodules
run: git submodule update --init --recursive

- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action@v0
with:
Expand Down

0 comments on commit 11e05db

Please sign in to comment.