Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

sync from private

sync from private #1

Workflow file for this run

name: Code formatting
on:
push:
branches: [ master ]
paths-ignore:
- '.github/**'
- '.dockerignore'
- '.gitattributes'
- '.gitignore'
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v4
- name: Code formatting using black
uses: psf/black@stable
with:
options: "--exclude=.github,.dockerignore,.gitignore,.gitattributes,Dockerfile"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
author: GitHub Actions <action@github.com>
commit-message: Format from Balck
delete-branch: true
branch-suffix: short-commit-hash
title: Format from Balck