Skip to content

Added github action to test build the docker image #120

Added github action to test build the docker image

Added github action to test build the docker image #120

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@stable