Skip to content

Trigger/api crud creation #32

Trigger/api crud creation

Trigger/api crud creation #32

Workflow file for this run

name: Black Lint
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
black-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./autonomous_agent_api"