Skip to content

Bump dotenv from 17.2.1 to 17.2.2 in /e2e (#675) #1071

Bump dotenv from 17.2.1 to 17.2.2 in /e2e (#675)

Bump dotenv from 17.2.1 to 17.2.2 in /e2e (#675) #1071

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: psf/black@stable