Skip to content

Commit

Permalink
fix(deps): update precommit and fixing experience
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Aug 1, 2024
1 parent bb7b377 commit 75d2092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repos:
require_serial: true #https://pre-commit.com/#hooks-require_serial

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
rev: v8.18.4
hooks:
- id: gitleaks

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.0
rev: v8.10.0
hooks:
- id: cspell
2 changes: 1 addition & 1 deletion src/constants/experience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const experiences: Experience[] = [
companyLink: "https://www.src.si/",
time: "July 2022 - Present",
address: "Ljubljana, Slovenia",
work: "Working on deploying and maintaining cloud infrastructure on our local kubernetes clusters. Fixing network issues, automating tasks using renovate and ansible. Also developed cloud native application using python django, react and postgresql.",
work: "Working on deploying and maintaining cloud infrastructure on our local kubernetes clusters. Fixing network issues, automating tasks using renovate and ansible. Also developed two cloud native application using python django, react, postgresql and go.",
},
// {
// position: "Software Engineer",
Expand Down

0 comments on commit 75d2092

Please sign in to comment.