Add back CI (#2785)

* Add back CI, remove ospec as a run-time dependency

* Fix the lint:docs errors

* Add back ospec for now, with a compatible version
This commit is contained in:
Pierre-Yves Gérardy 2022-06-10 18:10:26 +02:00 committed by GitHub
parent da1454b3c6
commit ea680dc917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 113 additions and 46 deletions

View file

@ -61,6 +61,6 @@
]
},
"dependencies": {
"ospec": "4.0.0"
"ospec": "4.0.1"
}
}