9 lines
198 B
YAML
Executable File
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 . |