Skip to content

Commit

Permalink
fix: removed non-existent lint-target
Browse files Browse the repository at this point in the history
  • Loading branch information
ielaajezdev committed Dec 28, 2024
1 parent 9fd5648 commit 332bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile to be compliant with the test github action
.PHONY: test

test: lint
test:
@echo "No tests to run"
@exit 0

0 comments on commit 332bcc8

Please sign in to comment.