Skip to content

Merge pull request #643 from cevi/dependabot/npm_and_yarn/e2e/dev/dot… #1034

Merge pull request #643 from cevi/dependabot/npm_and_yarn/e2e/dev/dot…

Merge pull request #643 from cevi/dependabot/npm_and_yarn/e2e/dev/dot… #1034

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@v4
- uses: psf/black@stable