mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: models: remove pub(crate) from some fields (#707)
This commit is contained in:
parent
7bde403f96
commit
ac7db15708
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ pub(crate) struct Workflow {
|
|||
pub(crate) key: InputKey,
|
||||
/// A clickable (OSC 8) link to this workflow, if remote.
|
||||
pub(crate) link: Option<String>,
|
||||
pub(crate) document: yamlpath::Document,
|
||||
document: yamlpath::Document,
|
||||
pub(crate) line_index: LineIndex,
|
||||
inner: workflow::Workflow,
|
||||
}
|
||||
|
|
@ -727,7 +727,7 @@ pub(crate) struct Action {
|
|||
/// This action's unique key into zizmor's runtime registry.
|
||||
pub(crate) key: InputKey,
|
||||
pub(crate) link: Option<String>,
|
||||
pub(crate) document: yamlpath::Document,
|
||||
document: yamlpath::Document,
|
||||
pub(crate) line_index: LineIndex,
|
||||
inner: action::Action,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue