Skip to content

Commit

Permalink
Fixup doc links from v0.15.0 transition
Browse files Browse the repository at this point in the history
New installs won't have do to this, but since this repo was running the
`lorenyu/platform-cli` branch version previously, and given how v0.15.0
was created, need to do this manually.
  • Loading branch information
doshitan committed Jan 15, 2025
1 parent 15329d6 commit f3e07f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Each app should have:

- `ci-<APP_NAME>`: must be created; should run linting and testing
- `ci-<APP_NAME>-vulnerability-scans`: calls `vulnerability-scans`
- Based on [ci-{{app_name}}-vulnerability-scans](https://github.com/navapbc/template-infra/blob/lorenyu%2Fplatform-cli/.github/workflows/ci-{{app_name}}-vulnerability-scans.yml.jinja)
- Based on [ci-{{app_name}}-vulnerability-scans](https://github.com/navapbc/template-infra/blob/main/.github/workflows/ci-{{app_name}}-vulnerability-scans.yml.jinja)
- `ci-<APP_NAME>-pr-environment-checks.yml`: calls `pr-environment-checks.yml` to create or update a pull request environment (see [pull request environments](/docs/infra/pull-request-environments.md))
- Based on [ci-{{app_name}}-pr-environment-checks.yml](https://github.com/navapbc/template-infra/blob/lorenyu%2Fplatform-cli/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml.jinja)
- Based on [ci-{{app_name}}-pr-environment-checks.yml](https://github.com/navapbc/template-infra/blob/main/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml.jinja)
- `ci-<APP_NAME>-pr-environment-destroy.yml`: calls `pr-environment-destroy.yml` to destroy the pull request environment (see [pull request environments](/docs/infra/pull-request-environments.md))
- Based on [ci-{{app_name}}-pr-environment-destroy.yml](https://github.com/navapbc/template-infra/blob/lorenyu%2Fplatform-cli/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml.jinja)
- Based on [ci-{{app_name}}-pr-environment-destroy.yml](https://github.com/navapbc/template-infra/blob/main/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml.jinja)

### App-agnostic workflows

Expand All @@ -27,7 +27,7 @@ Each app should have:
Each app should have:

- `cd-<APP_NAME>`: deploys an application
- Based on [`cd-{{app_name}}`](https://github.com/navapbc/template-infra/blob/lorenyu%2Fplatform-cli/.github/workflows/cd-{{app_name}}.yml.jinja)
- Based on [`cd-{{app_name}}`](https://github.com/navapbc/template-infra/blob/main/.github/workflows/cd-{{app_name}}.yml.jinja)

The CD workflow uses these reusable workflows:

Expand Down
4 changes: 2 additions & 2 deletions docs/infra/pull-request-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Pull request environments are created by GitHub Actions workflows. There are two
Using these reusable workflows, configure PR environments for each application with application-specific workflows:

- `ci-<APP_NAME>-pr-environment-checks.yml`
- Based on [ci-{{app_name}}-pr-environment-checks.yml](https://github.com/navapbc/template-infra/blob/lorenyu%2Fplatform-cli/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml.jinja)
- Based on [ci-{{app_name}}-pr-environment-checks.yml](https://github.com/navapbc/template-infra/blob/main/.github/workflows/ci-{{app_name}}-pr-environment-checks.yml.jinja)
- `ci-<APP_NAME>-pr-environment-destroy.yml`
- Based on [ci-{{app_name}}-pr-environment-destroy.yml](https://github.com/navapbc/template-infra/blob/lorenyu%2Fplatform-cli/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml.jinja)
- Based on [ci-{{app_name}}-pr-environment-destroy.yml](https://github.com/navapbc/template-infra/blob/main/.github/workflows/ci-{{app_name}}-pr-environment-destroy.yml.jinja)

1 comment on commit f3e07f5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for app

St.
Category Percentage Covered / Total
🟢 Statements 97.92% 47/48
🟢 Branches 85.71% 6/7
🟢 Functions 100% 8/8
🟢 Lines 100% 40/40

Test suite run success

5 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from f3e07f5

Please sign in to comment.