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 80f3c4d commit f3077e6Copy full SHA for f3077e6
.github/workflows/ci.yml
@@ -33,3 +33,22 @@ jobs:
33
34
- run: just check
35
- run: just test
36
+
37
+ - name: List example packages
38
+ shell: bash
39
+ run: |
40
+ cat <<EOF > deps.typ
41
+ #import "@preview/touying:0.6.1"
42
+ #import "@preview/glossarium:0.5.8"
43
+ EOF
44
+ - uses: typst-community/setup-typst@v4
45
+ with:
46
+ cache-dependency-path: deps.typ
47
48
+ - name: Scan default rules
49
50
+ just scan touying/0.6.1
51
+ just scan glossarium/0.5.8
52
+ - name: Scan hard-coded-str
53
54
+ just scan touying/0.6.1 --hint=hard-coded-str --filter=hard-coded-str
0 commit comments