Skip to content

context_output for vector store retriever #180

context_output for vector store retriever

context_output for vector store retriever #180

Workflow file for this run

name: Repolinter
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '18 8 * * 0'
jobs:
eslint:
name: Run repolinter
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Repolint
run: |
npm install -g repolinter
- name: Run ESLint
run: repolinter lint .
continue-on-error: true