Skip to content

Merge branch 'samadpls-ref/move-history-methods-to-working-memory' in… #1216

Merge branch 'samadpls-ref/move-history-methods-to-working-memory' in…

Merge branch 'samadpls-ref/move-history-methods-to-working-memory' in… #1216

Workflow file for this run

name: Cheshire-Cat Action on Pull Requests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
linter:
name: "Run linter"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
test:
name: "Run Tests"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- name: Test
run: docker compose run --rm cheshire-cat-core python -m pytest --color=yes .