Skip to content

fix tests that are failing (#1167) #2753

fix tests that are failing (#1167)

fix tests that are failing (#1167) #2753

Workflow file for this run

name: Backend Lint
on:
push:
branches:
- 'main'
- 'release/*'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'release/*'
defaults:
run:
working-directory: backend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/[email protected]