Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 26dc5d1

Browse files
author
David Robertson
committed
Check the lockfile is version 2.0
Might one day incorporate other checks like #14742
1 parent b7137a2 commit 26dc5d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ jobs:
5151
- run: "pip install 'click==8.1.1' 'GitPython>=3.1.20'"
5252
- run: scripts-dev/check_schema_delta.py --force-colors
5353

54+
check-lockfile:
55+
runs-on: ubuntu-latest
56+
steps:
57+
- uses: actions/checkout@v3
58+
- uses: actions/setup-python@v4
59+
with:
60+
python-version: "3.x"
61+
- run: .ci/scripts/check-lockfile
5462
lint:
5563
uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2"
5664
with:
@@ -163,6 +171,7 @@ jobs:
163171
- lint-pydantic
164172
- check-sampleconfig
165173
- check-schema-delta
174+
- check-lockfile
166175
- lint-clippy
167176
- lint-rustfmt
168177
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)