Skip to content

Commit

Permalink
Adds new CI/CD skill to skills page
Browse files Browse the repository at this point in the history
  • Loading branch information
TimAtoyo committed Feb 12, 2024
1 parent ca2a476 commit 3276d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/skills
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const skills = [
'JS', 'ES6+', 'CSS3', 'Tailwind', 'HTML5', 'GitHub', 'Git', 'MySQL', 'React', 'Node.JS', 'JQuery', 'Bootstrap', 'MJML', 'Figma', 'C#', 'TDD - (Jest)', 'Vitest', 'BDD', 'APIs', 'AJAX',
'JS', 'ES6+', 'CSS3', 'Tailwind', 'HTML5', 'GitHub', 'Git', 'MySQL', 'React', 'Node.JS', 'JQuery', 'Bootstrap', 'MJML', 'Figma', 'C#', 'TDD - (Jest)', 'Vitest', 'BDD', 'APIs', 'AJAX', 'CI/CD'
];

export default skills;

0 comments on commit 3276d7d

Please sign in to comment.