Skip to content

Merge branch 'feat/recipe-manager-new' of github.com:datakind/data-re… #27

Merge branch 'feat/recipe-manager-new' of github.com:datakind/data-re…

Merge branch 'feat/recipe-manager-new' of github.com:datakind/data-re… #27

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]