Skip to content

Remove old scripts and fully switch to unified builder #122

Remove old scripts and fully switch to unified builder

Remove old scripts and fully switch to unified builder #122

Workflow file for this run

name: Black formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: CAPI Image Builder
uses: psf/black@stable
with:
src: "capi_image_builder"