Skip to content

Commit

Permalink
Move lint.sh under tests/
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Apr 23, 2024
1 parent 71b0335 commit 69e0cb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: rustup component add rustfmt clippy

- name: Lint
run: ./lint.sh
run: tests/lint.sh

minimal-dependency-versions:
name: Validate minimal dependency versions
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ code_coverage: $(CARGO_TARGET_DIR)

.PHONY: validate
validate: $(CARGO_TARGET_DIR)
$(SHELL) lint.sh
$(SHELL) tests/lint.sh
File renamed without changes.

0 comments on commit 69e0cb2

Please sign in to comment.