matrixai/.gitea/workflows/lint.yml

11 lines
286 B
YAML
Raw Normal View History

2023-06-09 02:28:00 +05:30
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"