File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " typst-package-check"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 1-
2- name : ' Typst package check'
3- description : ' Lint Typst packages before publishing them to Typst Universe'
1+ name : " Typst package check"
2+ description : " Lint Typst packages before publishing them to Typst Universe"
43inputs :
54 installation-id :
6- description : ' GitHub installation ID for the package check app in the current repository'
5+ description : " GitHub installation ID for the package check app in the current repository"
76 required : true
87 app-id :
9- description : ' GitHub application ID for the package check app'
8+ description : " GitHub application ID for the package check app"
109 required : true
1110 private-key :
12- description : ' GitHub private key for the package check app, as PEM'
11+ description : " GitHub private key for the package check app, as PEM"
1312 required : true
1413runs :
15- using : ' docker'
16- image : ' docker://ghcr.io/typst/package-check:0.3.0 '
14+ using : " docker"
15+ image : " docker://ghcr.io/typst/package-check:0.3.1 "
1716 args :
1817 - action
1918 env :
2019 GITHUB_INSTALLATION : ${{ inputs.installation-id }}
2120 GITHUB_PRIVATE_KEY : ${{ inputs.private-key }}
2221 GITHUB_APP_IDENTIFIER : ${{ inputs.app-id }}
2322 RUST_LOG : debug
24- RUST_BACKTRACE : 1
23+ RUST_BACKTRACE : 1
Original file line number Diff line number Diff line change 2020 nativeBuildInputs = [ pkgs . pkg-config ] ;
2121 buildInputs = [ pkgs . openssl . dev pkgs . git ] ;
2222 useFetchCargoVendor = true ;
23- cargoHash = "sha256-J70gSjDQ0WXXqDjtvarKkZL4hjZGnATayYDLjR2ZHhU =" ;
23+ cargoHash = "sha256-iXrpBlCHpL/xHA1++ywNiGXjYv+gKvZiond7/EZWr/M =" ;
2424 # Don't run `cargo test`, as there are no tests to run.
2525 doCheck = false ;
2626 } ;
You can’t perform that action at this time.
0 commit comments