Skip to content

Commit

Permalink
Remove redundant lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jun 4, 2024
1 parent 1123178 commit 54ca09c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ jobs:

- name: Build
run: ./gradlew build --no-daemon

- name: Lint
run: ./gradlew lint --no-daemon
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help build lint clean dev con log
.PHONY: help build clean dev con log

ADB = ~/Library/Android/sdk/platform-tools/adb

Expand All @@ -7,7 +7,6 @@ PORT ?= $(shell bash -c 'read -p "> " PORT; echo $$PORT')

help:
@echo build
@echo lint
@echo clean
@echo dev
@echo con
Expand All @@ -16,9 +15,6 @@ help:
build:
@./gradlew build

lint:
@./gradlew lint

clean:
@./gradlew clean

Expand Down

0 comments on commit 54ca09c

Please sign in to comment.