Skip to content

Better message for unknown product during reset #4

Better message for unknown product during reset

Better message for unknown product during reset #4

Workflow file for this run

---
name: ci
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- name: Setup enviroment
run: pip install black
- name: Check style
run: black --check --diff .