Skip to content

mistral 7b LLM addon #477

mistral 7b LLM addon

mistral 7b LLM addon #477

Workflow file for this run

name: Lint, and breaking change detection
on:
pull_request:
permissions:
contents: read
jobs:
lint-breaking-changes:
name: Lint, and breaking change detection
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Buf
uses: bufbuild/buf-setup-action@v1
- name: Setup Task
uses: arduino/setup-task@v1
- name: Lint
run: task lint
- uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/porter-dev/api-contracts.git#branch=main"