Set up a basic CI pipeline

This commit is contained in:
Marc Plano-Lesay 2023-08-11 07:32:18 +10:00
parent 81259cabc9
commit 8068afa9f8
Signed by untrusted user: kernald
GPG key ID: 66A41B08CC62A6CF
3 changed files with 53 additions and 0 deletions

7
lint-config.xml Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<lint>
<!-- https://github.com/bumptech/glide/issues/4940 -->
<issue id="NotificationPermission">
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
</issue>
</lint>