We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52b47b commit 7e32a8cCopy full SHA for 7e32a8c
2 files changed
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+github: [smnandre]
.github/workflows/update.yaml
@@ -24,10 +24,7 @@ jobs:
24
run: composer install --prefer-dist --no-interaction --no-progress
25
26
- name: Update device descriptors
27
- run: php bin/update.php
28
-
29
- - name: Convert descriptors in PHP
30
- run: php bin/converter.php
+ run: php bin/update-devices.php
31
32
- name: Update markdown files
33
run: php bin/update-docs.php
0 commit comments