feat: stricter lint, check pipelines, docker-containers, pnpm

This commit is contained in:
2026-02-22 17:48:51 +00:00
parent 40ca6ef94a
commit b697ad823a
50 changed files with 4976 additions and 5431 deletions

View File

@@ -1,4 +1,4 @@
import {WorkExperienceArgs} from "@/src/portfolio/helpers/WorkExperience";
import { WorkExperienceArgs } from "@/src/portfolio/helpers/WorkExperience";
const workExperienceData : WorkExperienceArgs[] = [
{
@@ -97,7 +97,7 @@ const workExperienceData : WorkExperienceArgs[] = [
country: "Poland",
startDate: "July 2018",
endDate: "August 2018"
},
}
];
export const workExperienceParagraph =
@@ -114,4 +114,4 @@ export const workExperienceParagraph =
"working on several AI projects, applying my theoretical machine learning knowledge to real-world problems. " +
"Across these diverse roles, I have developed a strong work ethic and a broad set of transferable skills.";
export default workExperienceData;
export default workExperienceData;