GodsDevProject commited on
Commit
ef08876
·
verified ·
1 Parent(s): 2826d28

Create github/workflows/adapters.yml

Browse files
Files changed (1) hide show
  1. github/workflows/adapters.yml +14 -0
github/workflows/adapters.yml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Adapter Compliance
2
+
3
+ on: [push, pull_request]
4
+
5
+ jobs:
6
+ test:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v3
10
+ - uses: actions/setup-python@v4
11
+ with:
12
+ python-version: "3.10"
13
+ - run: pip install -r requirements.txt pytest
14
+ - run: pytest tests/