dragon-bot/.gitea/workflows/build-and-push.yaml
Luke R c30046b7a4
Some checks failed
Build and Push / lint-python (push) Failing after 0s
testing
2024-05-02 12:00:45 -07:00

10 lines
217 B
YAML
Executable File

name: Build and Push
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
lint-python:
runs-on: ubuntu-22.04
run: |
python3 -m pip install black
black --fast --check .