Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
- name: Check packages
run: |
echo ./packages/* | xargs printf -- '-p %s\n' | xargs brioche check

- name: Check formatting
run: |
echo ./packages/* | xargs printf -- '-p %s\n' | xargs brioche fmt --check
2 changes: 1 addition & 1 deletion packages/bash_language_server/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const project = {
version: "5.6.0",
extra: {
packageName: "bash-language-server",
}
},
};

export default function bashLanguageServer(): std.Recipe<std.Directory> {
Expand Down
2 changes: 1 addition & 1 deletion packages/trunk/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const project = {
version: "0.21.14",
extra: {
crateName: "trunk",
}
},
};

const source = Brioche.download(
Expand Down