Skip to content

Self tests for get memory function #429

Self tests for get memory function

Self tests for get memory function #429

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]