diff options
Diffstat (limited to '.github/workflows/metadata-diff.yml')
| -rw-r--r-- | .github/workflows/metadata-diff.yml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/.github/workflows/metadata-diff.yml b/.github/workflows/metadata-diff.yml index 9be6f3c2..13a8db4b 100644 --- a/.github/workflows/metadata-diff.yml +++ b/.github/workflows/metadata-diff.yml @@ -1,26 +1,17 @@ name: Metadata diff checker on: - schedule: - - cron: '0 * * * *' push: branches: - 'main' pull_request: jobs: + setup-project: + uses: williamboman/nvim-lsp-installer/.github/workflows/setup-project.yml@main metadata-diff-check: - runs-on: ubuntu-latest + needs: setup-project steps: - - uses: actions/checkout@v2 - - uses: rhysd/action-setup-vim@v1 - with: - neovim: true - version: v0.5.1 - - name: Clone latest lspconfig - run: | - mkdir -p ~/.local/share/nvim/site/pack/packer/start - git clone --depth 1 https://github.com/neovim/nvim-lspconfig ~/.local/share/nvim/site/pack/packer/start/nvim-lspconfig - name: Run autogen_metadata.sh script run: ./scripts/autogen_metadata.sh - name: Ensure there are no diffs |
