Skip to content

Merge pull request #54 from datakind/feat/intent-prompt-engineering #377

Merge pull request #54 from datakind/feat/intent-prompt-engineering

Merge pull request #54 from datakind/feat/intent-prompt-engineering #377

Workflow file for this run

name: Run checks on recipes ai repo
on: [push, pull_request]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
code-quality-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11.4"
- uses: pre-commit/[email protected]