Skip to content

feat: JudgeLLM evaluation with ProposalAmender #71

feat: JudgeLLM evaluation with ProposalAmender

feat: JudgeLLM evaluation with ProposalAmender #71

Workflow file for this run

name: ShellCheck
on:
- push
- pull_request
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: make shellcheck