Skip to content

Create dependabot.yml #190

Create dependabot.yml

Create dependabot.yml #190

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-env
- name: Run pytest
run: poetry run pytest