Skip to content

fix: Properly check duplicates for existing NFT rules #3

fix: Properly check duplicates for existing NFT rules

fix: Properly check duplicates for existing NFT rules #3

name: BE lint & test
on:
push:
branches-ignore:
- main
paths:
- 'backend/**'
jobs:
lint:
uses: ./.github/workflows/lint-python.yml
test:
needs:
- lint
uses: ./.github/workflows/test-python.yml