lintel-github-action 0.0.10

GitHub Action binary for Lintel — creates Check Runs with inline annotations
[package]
name = "lintel-github-action"
version = "0.0.10"
edition.workspace = true
authors.workspace = true
description = "GitHub Action binary for Lintel — creates Check Runs with inline annotations"
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["json-schema", "validation", "github-action", "linter"]
categories = ["command-line-utilities", "development-tools"]

[lints]
workspace = true

[dependencies]
lintel-validate = { version = "0.0.5", path = "../lintel-validate" }
bpaf = { version = "0.9", features = ["derive"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
anyhow = "1"
reqwest = { version = "0.13", default-features = false, features = ["rustls", "json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"