dragon-bot/.gitea/workflows/build-and-push.yaml
Luke R 896d3d8e3f
Some checks are pending
Build and Push / lint-python (push) Waiting to run
testing
2024-05-02 11:58:28 -07:00

9 lines
198 B
YAML
Executable File

name: Build and Push
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
lint-python:
runs-on: pyfound/black:latest_release
run: |
black --fast --check .