This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] provide git clean filter to format pipeline specs
- Loading branch information
Mira Ressel
committed
Feb 22, 2023
1 parent
6fd4fa7
commit 90f0761
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Cargo.lock linguist-generated=true | ||
/.gitlab-ci.yml filter=ci-prettier | ||
/scripts/ci/gitlab/pipeline/*.yml filter=ci-prettier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
|
||
# meant to be installed via | ||
# git config filter.ci-prettier.clean "scripts/ci/gitlab/prettier.sh" | ||
|
||
prettier --parser yaml |