Skip to content

Doc for custom acp adapters #246

Doc for custom acp adapters

Doc for custom acp adapters #246

Workflow file for this run

name: Rockspec Check

Check failure on line 1 in .github/workflows/rockspec.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rockspec.yml

Invalid workflow file

(Line: 7, Col: 3): Unexpected value 'rockspec', (Line: 1, Col: 1): Required property is missing: jobs
on:
pull_request:
types: [opened, edited, synchronize]
rockspec:
name: Rockspec
runs-on: ubuntu-latest
steps:
- name: Checkout 📋
uses: actions/checkout@v6
- name: Install Lua 🌙
uses: leso-kn/gh-actions-lua@v12
with:
luaVersion: "luajit-2.1.1774638290"
- name: Check rockspec 🪨
run: |
make rockspec
git diff --exit-code codecompanion.nvim-dev-1.rockspec || {
echo "::error::Rockspec is out of date. Run 'make rockspec' and commit the result."
exit 1
}