Skip to content

beardyFace is linting the code #155

beardyFace is linting the code

beardyFace is linting the code #155

Workflow file for this run

name: Lint
run-name: ${{ github.actor }} is linting the code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable