Skip to content

Commit

Permalink
feat: ✨ github actions workflow file icon (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs authored Aug 28, 2024
1 parent de434c2 commit 1c437bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions icons/github-actions-workflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions src/core/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ import type { LanguageIcon } from '../models/icons/languages/languageIdentifier'
*/
export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'git' }, ids: ['git', 'git-commit', 'git-rebase', 'ignore'] },
{
icon: { name: 'github-actions-workflow' },
ids: ['github-actions-workflow'],
},
{
icon: { name: 'yaml' },
ids: [
'yaml',
'github-actions-workflow',
'spring-boot-properties-yaml',
'ansible',
'ansible-jinja',
],
ids: ['yaml', 'spring-boot-properties-yaml', 'ansible', 'ansible-jinja'],
},
{ icon: { name: 'xml' }, ids: ['xml', 'xquery', 'xsl'] },
{ icon: { name: 'matlab' }, ids: ['matlab'] },
Expand Down

0 comments on commit 1c437bd

Please sign in to comment.