File tree 3 files changed +17
-13
lines changed
3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change
1
+ name : ci
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+
7
+ lint :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v1
11
+ - uses : actions/setup-python@v1
12
+ with :
13
+ python-version : 3.7
14
+ - run : pip install -e .[tests]
15
+ - run : flake8
16
+ - run : mypy .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci .com/BostonUniversitySeniorDesign/2019-hardware-miniproject.svg?branch=master )] ( https://travis-ci .com/BostonUniversitySeniorDesign/2019-hardware-miniproject )
1
+ [ ![ Actions Status] ( https://github .com/BostonUniversitySeniorDesign/2019-hardware-miniproject/workflows/ci/badge .svg )] ( https://github .com/BostonUniversitySeniorDesign/2019-hardware-miniproject/actions )
2
2
3
3
Please see the
4
4
[ Wiki] ( https://github.com/BostonUniversitySeniorDesign/2019-hardware-miniproject/wiki )
You can’t perform that action at this time.
0 commit comments