From 691b9049e2057f735c4611a6bd1acae752be6149 Mon Sep 17 00:00:00 2001 From: Trent Smith <1429913+Bento007@users.noreply.github.com> Date: Tue, 17 Dec 2019 16:41:05 -0800 Subject: [PATCH] Create main.yml --- main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main.yml diff --git a/main.yml b/main.yml new file mode 100644 index 00000000..2d865a9d --- /dev/null +++ b/main.yml @@ -0,0 +1,14 @@ +name: CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: Black Code Formatter + uses: lgeiger/black-action@v1.0.1 + with: + args: . -t py36 --check