Commit graph

14 commits

Author SHA1 Message Date
Raphaël
eccc763644 ci(docker): typo in workflow step name for .env file 2026-01-14 15:34:49 +01:00
Maieul BOYER
ac2e3669ca feat(devops): tried to fix ci 2026-01-14 15:16:51 +01:00
Maix0
8e4081f494
core(ci/husky): Added husky and CI Jobs
* core(package): adding rules in package
* feat(husky): Fixed lint job and miscellaneous fixes
- Changed lint.yml job name
- Fixed pnpm version in package.json to be straight version 10
- Added act in flake.nix to run actions locally
- Added all dist/ files to eslint ignored files
- Fixed Dockerfile to use correct casing (as -> AS)
2025-10-07 22:18:23 +02:00
Raphael
d11e4a4516
fix(ci/lint): Removing the frozen lockfile 2025-09-28 23:11:42 +02:00
Raphael
782d453cc8
fix(ci/lint): Using the working directory
- Learning the working-directory keyword in gh action
2025-09-28 23:10:23 +02:00
Raphael
bf34d113e0
fix(ci/lint): test w/ cd ./src before pnpm executions 2025-09-28 23:07:23 +02:00
Raphael
57d2f4e942
fix(ci/lint): testing without node cache 2025-09-28 23:03:44 +02:00
Raphael
9a025f16f8
fix(ci/lint): adding the correct version of the action pnpm 2025-09-28 23:01:21 +02:00
Raphael
3617ce6361
fix(ci/lint): adding the correct version on pnpm
- Using the same version of the flake (please i use nix btw)
2025-09-28 22:57:49 +02:00
Raphael
ecb77f98d4
fix(ci/lint): adding the correct version on node 2025-09-28 22:57:22 +02:00
Raphael
61da545281
fix(ci/lint): indentation was wrong
- correcting the indentation (yml de mort)
2025-09-28 22:53:24 +02:00
Raphael
369d0b2407
fix(ci/lint): indentation was wrong
- correcting the indentation (yml de mort)
2025-09-28 22:50:27 +02:00
Raphael
0a9c700228
ci(lint): adding a github action to check if lint is respected
- The github action will check:
  - If the code can be build
  - If the code respect the linter
2025-09-28 22:09:23 +02:00
Raphaël
704ce37909
Create docker-image.yml 2025-08-03 11:50:34 +02:00