Skip to content

Initial Metatate Cortex Code plugin #1

Initial Metatate Cortex Code plugin

Initial Metatate Cortex Code plugin #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate repository
run: scripts/validate-repo.sh
- name: Install Cortex Code CLI
run: |
curl -LsS https://ai.snowflake.com/static/cc-scripts/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Validate Cortex plugin
run: cortex plugin validate .