Skip to content

Commit

Permalink
fixed issues and renamed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al1-ce committed May 3, 2024
1 parent ac80143 commit 0d2cb38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: D
name: Build

on:
push:
Expand Down
1 change: 1 addition & 0 deletions term/sily/tui/style.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later

/// Responsible for styling element (css-like parser)
module sily.tui.style;
1 change: 1 addition & 0 deletions term/sily/tui/tree.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later

/// DOM parser
module sily.tui.tree;

0 comments on commit 0d2cb38

Please sign in to comment.