Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Dec 11, 2024
1 parent 23b95a7 commit 4645f07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Aside from special cases, a pull request will have to pass all of these checks b
These checks will:

- [Build TAP_SCHEMA and DataLink resources](.github/workflows/build.yaml)
- [Compare Schemas for Changes](.github/workflows/compare.yaml) - Schemas that are in the [deployed list](./yml/deployed-schemas.txt) will fail this check.
- [Build the Schema Browser website](./yml/docs.yaml)
- [Check that `main` is not merged into the branch](./yml/rebase_checker.yaml)
- [Test that the schemas can be used to create database](./yml/test_databases.yml)
- [Vaildate the schemas using Felis](./yml/validate.yaml)
- [Lint YAML files](./yml/yamllint.yaml)
- [Compare Schemas for Changes](.github/workflows/compare.yaml) - Schemas that are in the [deployed list](./python/lsst/sdm_schemas/schemasdeployed-schemas.txt) will fail this check.
- [Build the Schema Browser website](./python/lsst/sdm_schemas/schemas/docs.yaml)
- [Check that `main` is not merged into the branch](./python/lsst/sdm_schemas/schemas/rebase_checker.yaml)
- [Test that the schemas can be used to create database](./python/lsst/sdm_schemas/schemas/test_databases.yml)
- [Vaildate the schemas using Felis](./python/lsst/sdm_schemas/schemas/validate.yaml)
- [Lint YAML files](./python/lsst/sdm_schemas/schemas/yamllint.yaml)

The checks will rerun anytime the PR branch is updated.

Expand Down

0 comments on commit 4645f07

Please sign in to comment.