matrixai/.gitea/workflows/lint.yml
0xMRTT 5bc4b91fec
Some checks failed
black-action / runner / black formatter (push) Failing after -11s
feat: add lint
2023-06-08 22:58:00 +02:00

11 lines
286 B
YAML

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/datadog/action-py-black-formatter@v2.1
with:
check_mode: "true"