Skip to content

Fix linting after auto-collapse changes #168

Fix linting after auto-collapse changes

Fix linting after auto-collapse changes #168

Workflow file for this run

name: Land
on:
push:
branches: [main]
workflow_dispatch:
jobs:
test:
uses: NucleoidAI/actions/.github/workflows/test.yml@main
secrets: inherit
deploy:
needs: test
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
secrets: inherit