Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added github actions #2

Merged
merged 1 commit into from
Nov 6, 2023
Merged

feat: added github actions #2

merged 1 commit into from
Nov 6, 2023

Conversation

Polybius93
Copy link
Collaborator

This pull request introduces a set of GitHub Actions to automate various code quality checks, testing, and Playwright integration. The following workflows have been added:

Linting Workflows:

  • lint-eslint: Executes ESLint for code linting.
  • lint-filename: Performs checks on file names using custom linting rules.
  • lint-prettier: Runs Prettier for code formatting and consistency.
  • lint-commit: Enforces linting for commit messages using commitlint-github-action.
  • lint-unused-exports: Analyzes and lints unused TypeScript exports in the codebase.

Testing Workflows:

  • typecheck: Executes TypeScript type checking for static type analysis.
  • test-unit: Runs unit tests using yarn test:unit to ensure the integrity of the codebase.
  • test-integration: Conducts Playwright-based tests for automated UI validation within the codebase.

@Polybius93 Polybius93 self-assigned this Nov 6, 2023
@Polybius93 Polybius93 merged commit b8b387e into dev Nov 6, 2023
8 checks passed
@Polybius93 Polybius93 deleted the feat/github-actions branch November 6, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant