initial commit of calico model with tests - including safetensors adapter support #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: [pull_request] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: psf/black@stable | |
with: | |
options: "--check --diff --color" | |
src: "." | |
version: "~= 23.3.0" | |
- uses: isort/isort-action@master | |
with: | |
sort-paths: fms_extras | |