Skip to content

Commit 1605b66

Browse files
fix(ci): pin azldev to specific commit SHA, drop schema freshness check
Agent-Logs-Url: https://github.com/microsoft/azurelinux/sessions/75a06ec4-d5d0-455d-84f8-cef9e06cf6d8 Co-authored-by: christopherco <35273088+christopherco@users.noreply.github.com>
1 parent 0120c19 commit 1605b66

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,8 @@ jobs:
3030
cache: false
3131

3232
- name: Install azldev
33-
run: go install github.com/microsoft/azure-linux-dev-tools/cmd/azldev@main
33+
run: go install github.com/microsoft/azure-linux-dev-tools/cmd/azldev@0590d38b32c0a414e0969e85aca8542c3d339079
3434

3535
- name: "Validate config (strict)"
3636
run: azldev config dump -q > /dev/null
37-
38-
- name: "Check schema freshness"
39-
run: |
40-
azldev config generate-schema > /tmp/azldev.schema.json
41-
if ! diff -u external/schemas/azldev.schema.json /tmp/azldev.schema.json; then
42-
echo "::error::Checked-in schema is out of date. Run: azldev config generate-schema > external/schemas/azldev.schema.json"
43-
exit 1
44-
fi
4537

0 commit comments

Comments
 (0)