Skip to content

Commit

Permalink
Actually fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Dec 11, 2024
1 parent b52777c commit 1ca9ff9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ 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](./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)
- [Build the Schema Browser website](.github/workflows/docs.yaml)
- [Check that `main` is not merged into the branch](.github/workflows/rebase_checker.yaml)
- [Test that the schemas can be used to create database](.github/workflows/test_databases.yml)
- [Vaildate the schemas using Felis](.github/workflows/validate.yaml)
- [Lint YAML files](.github/workflows/yamllint.yaml)

The checks will rerun anytime the PR branch is updated.

Expand Down

0 comments on commit 1ca9ff9

Please sign in to comment.