format-checklist-fix
Chris Kuech 2019-09-12 13:06:47 -07:00 committed by GitHub
parent 2eaf8f7ac5
commit 393af07eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint
run: ./.github/Assert-ValidStyle
- name: Test
run: ./.github/Assert-ValidTests