Skip to content

Commit 81efd1f

Browse files
committed
Bump to 0.3.1
1 parent 504c6cb commit 81efd1f

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typst-package-check"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
[dependencies]

action.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
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"
43
inputs:
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
1413
runs:
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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
};

0 commit comments

Comments
 (0)