Skip to content

Improve the LLM json representation of past notes for LLM context (#172) #53

Improve the LLM json representation of past notes for LLM context (#172)

Improve the LLM json representation of past notes for LLM context (#172) #53

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "*" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 29.1
- 29.2
steps:
- name: Set up Emacs
uses: jcs090218/setup-emacs@master
with:
version: ${{matrix.emacs_version}}
- name: Install Eldev
uses: emacs-eldev/setup-eldev@v1
- name: Check out the source code
uses: actions/checkout@v4
- name: Lint the project
run: |
eldev -p -dtT lint
- name: Test the project
run: |
eldev -p -dtT test