Add prettier JS formatting enforcenemt to CI

This commit is contained in:
Sebastian Geisler
2020-05-04 11:40:44 +02:00
parent d9fe80d41b
commit 3a6034e8f6
2 changed files with 25 additions and 14 deletions
-14
View File
@@ -1,14 +0,0 @@
name: mypy type checker
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master
with:
path: lnbits