Commit graph

6 commits

Author SHA1 Message Date
Emil Gulamov
317c56ff29 Remove ESLint and related dependencies
Company policies have changed so our workflow should reflect that. Therefore, ESLint and related dependencies were removed along with corresponding sections in package.json, package-lock.json and GitHub Actions workflow.
2024-03-19 18:25:04 +04:00
Emil Gulamov
4d824fa403 Replace PNPM with NPM in GitHub Actions workflow 2024-03-19 18:14:27 +04:00
Emil Gulamov
02a4101ae2 Replace PNPM with NPM in GitHub Actions workflow 2024-03-19 17:39:07 +04:00
Emil Gulamov
cebc5deed6 Update PNPM version in GitHub Actions workflow
Modified the GitHub Actions workflow to use a specific version of PNPM. This can ensure a consistent environment for the setup and execution of necessary tools and
2024-03-19 17:33:39 +04:00
Emil Gulamov
400022bd8d Add GitHub Actions for tool setup and code quality checks
Introduced new GitHub Actions workflows for installing necessary tools (PNPM, Node.js) and dependencies. Also added jobs to perform code quality checks using Astro and ESLint to ensure code quality and standards.
2024-03-19 17:22:09 +04:00
Emil Gulamov
4c626150e8
Create dependabot.yml 2024-02-11 10:58:09 -08:00