Skip to content

Feat/pf - End-to-End Github actions tests #428

Feat/pf - End-to-End Github actions tests

Feat/pf - End-to-End Github actions tests #428

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]