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 .