chore: Add development environment to the action (#12)

This commit is contained in:
Pavlo Paliychuk 2024-08-22 00:50:41 -04:00 committed by GitHub
parent d6add504bd
commit 5a4709a2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment:
name: development
steps:
- uses: actions/checkout@v3
- name: Set up Python