Skip to content

Commit

Permalink
Updated BAT
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 24, 2024
1 parent b1b6f9d commit 9c49f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
plan("deploy").Description = "Deploys code";
plan("check").Description = "Checks code";
plan("error").Description = "Shows error";
plan("build").Description = "Builds code";
plan.DefaultTasks = "test";
Expand Down

0 comments on commit 9c49f5d

Please sign in to comment.