Skip to content

Validate.md fixed for "Salesforce/codegen25-7b-mono_P", "Salesforce/xgen-7b-8k-base" model #754

Validate.md fixed for "Salesforce/codegen25-7b-mono_P", "Salesforce/xgen-7b-8k-base" model

Validate.md fixed for "Salesforce/codegen25-7b-mono_P", "Salesforce/xgen-7b-8k-base" model #754

Workflow file for this run

name: Lint & Format
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install ruff
- run: ruff check
env:
RUFF_OUTPUT_FORMAT: github
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip3 install ruff
- run: ruff format --check
env:
RUFF_OUTPUT_FORMAT: github