- npm install
- npm run dev
- npm test
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
- workflow_dispatch #Manually Trigger the workflow
- schedule # workflow is scheduled
- workflow_Call # allow a workflow to be called by other workflows
#pre installed software in servers https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#preinstalled-software
https://docs.github.com/en/actions/learn-github-actions/expressions
- git log
- git revert commitId
- it opens the cmd enter :q!
https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
https://github.com/actions/upload-artifact
https://github.com/actions/download-artifact
#context https://docs.github.com/en/actions/learn-github-actions/contexts
https://github.com/actions/cache
- [i] ignore those commits, nothing major in those