Skip to content

Commit

Permalink
Fix issues in skill grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
drik98 committed Aug 1, 2024
1 parent 20a0981 commit e6a96f4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions content/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
{
"category": "programming-languages",
"name": "CSS",
"level": 5.5
"level": 5.5,
"groupWith": "HTML"
},
{
"category": "programming-languages",
"name": "SCSS",
"level": 5.5,
"groupWith": "CSS"
"groupWith": "HTML"
},
{
"category": "infrastructure",
Expand Down Expand Up @@ -64,8 +65,9 @@
},
{
"category": "quality-assurance",
"name": "vitest",
"level": 5.5
"name": "Jasmine",
"level": 5.5,
"groupWith": "vitest"
},
{
"category": "quality-assurance",
Expand Down

1 comment on commit e6a96f4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.