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

11 lines
267 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
uses: https://github.com/actions/checkout@v4
run: |
python3 -m pip install black
black --fast --check .