Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 authored Dec 18, 2019
1 parent c89650e commit 691b904
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Black Code Formatter
uses: lgeiger/[email protected]
with:
args: . -t py36 --check

0 comments on commit 691b904

Please sign in to comment.