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: linting ci pipeline #26

Merged
merged 3 commits into from
Jun 2, 2023
Merged

feat: linting ci pipeline #26

merged 3 commits into from
Jun 2, 2023

Conversation

Saba-Var
Copy link
Owner

@Saba-Var Saba-Var commented Jun 2, 2023

No description provided.

@what-the-diff
Copy link

what-the-diff bot commented Jun 2, 2023

PR Summary

  • Added a new linting CI workflow
    A new file called linting-ci.yml has been added to implement continuous integration.

  • Workflow runs on main branch events
    The workflow is named "CI" and will run on push to the main branch and pull requests against the main branch only.

  • Utilizes the latest Ubuntu version
    The workflow will run using the most recent version of the Ubuntu operating system.

  • Code checkout and dependency installation
    The workflow automatically checks out the code repository using actions/checkout@v2 action and installs any necessary dependencies using npm install.

@Saba-Var Saba-Var merged commit f6f0abb into main Jun 2, 2023
@Saba-Var Saba-Var deleted the feat/linting_ci_pipeline branch June 2, 2023 17:47
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