Skip to content

autonomous-testing/black-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

black-action

How to use

jobs:
  codeformat:
    if: github.event_name == 'pull_request'
    runs-on: ubuntu-latest

    steps:
      - name: Check-out
        uses: actions/checkout@v3
        with:
          fetch-depth: 1

      - name: Poetry install
        uses: wintero92/poetry-install-action@v1

      - name: Black
        uses: wintero92/black-action@v1

Inputs

See action.yaml for possible inputs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors