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

Improve repository documentation and workflows #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Improve repository documentation and workflows

    Add sections to `README.md` and optimize workflows.
    
    * **README.md**
      - Add a section about contributing to the documentation.
      - Add a section about the code structure.
      - Add a section about testing and running the project.
    
    * **.github/workflows/codeql.yml**
      - Add more detailed comments explaining each step of the workflow.
      - Optimize the workflow by combining similar steps.
    
    * **.github/workflows/headless-tests.yml**
      - Add more detailed comments explaining each step of the workflow.
      - Optimize the workflow by combining similar steps.
    
    * **.github/workflows/test-changed-content.yml**
      - Add more detailed comments explaining each step of the workflow.
      - Optimize the workflow by combining similar steps.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/mustafacco7/docs/tree/main?shareId=XXXX-XXXX-XXXX-XXXX).
    mustafacco7 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d129f87 View commit details
    Browse the repository at this point in the history
  2. Update action versions in azure-preview-env-deploy.yml

    * Change action versions to use `@v2` or `@v1` instead of specific commit hashes
    * Update `azure/login`, `azure/docker-login`, `docker/setup-buildx-action`, `actions/checkout`, `actions/github-script`, `docker/build-push-action`, and `azure/arm-deploy` actions
    mustafacco7 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    02cae25 View commit details
    Browse the repository at this point in the history