Skip to content

Commit

Permalink
feat: add pre-commit configuration icon (#1643)
Browse files Browse the repository at this point in the history
* Add icon and its configuration

* fix: fix merging errors

* fix: 🎨 fix `pre-commit` icon colors

---------

Signed-off-by: Okinea Dev <[email protected]>
Co-authored-by: Okinea Dev <[email protected]>
  • Loading branch information
hdadhich01 and Okinea Dev authored Oct 29, 2024
1 parent 7912ad6 commit 67e5fa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/pre-commit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2733,5 +2733,9 @@ export const fileIcons: FileIcons = {
'bench.mjs',
],
},
{
name: 'pre-commit',
fileNames: ['.pre-commit-config.yaml', '.pre-commit-hooks.yaml'],
},
]),
};

0 comments on commit 67e5fa1

Please sign in to comment.