Skip to content

Commit

Permalink
schema is hosted by compose-go, no need to sync anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof committed Feb 6, 2024
1 parent 0f4ea47 commit 7b32c7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
uses: golangci/golangci-lint-action@v2
- name: Check license
run: DOCKER_BUILDKIT=1 make check-license
- name: Check schema
run: make check-schema

test:
strategy:
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/sync.yml

This file was deleted.

5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ lint: build-validate-image
check-license: build-validate-image
docker run --rm $(IMAGE_PREFIX)validate bash -c "./scripts/validate/fileheader"

.PHONY: check-schema
check-schema:
curl -fSL -o schema/compose-spec.json https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
git diff --exit-code schema/compose-spec.json

.PHONY: setup
setup: ## Setup the precommit hook
@which pre-commit > /dev/null 2>&1 || (echo "pre-commit not installed see README." && false)
Expand Down

0 comments on commit 7b32c7e

Please sign in to comment.