Skip to content

fix: Fixed passing of ceil_mode key-word argument in `ivy.avg_pool2… #1

fix: Fixed passing of ceil_mode key-word argument in `ivy.avg_pool2…

fix: Fixed passing of ceil_mode key-word argument in `ivy.avg_pool2… #1

Workflow file for this run

name: lint
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
permissions:
contents: write
jobs:
check-formatting:
name: Check formatting
uses: unifyai/workflows/.github/workflows/lint.yml@main
secrets: inherit