Skip to content

CI: switch off the nightly release builds #2714

CI: switch off the nightly release builds

CI: switch off the nightly release builds #2714

Workflow file for this run

name: Python scripts linters
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install linters
run: pip3 install black
- uses: actions/checkout@v3
- name: Check formatting (black)
run: black ./ci ./scripts --check