Skip to content

Commit ad411eb

Browse files
committed
remove pio check from GH actions
1 parent 8780636 commit ad411eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
run: pio pkg install
6767
- name: Use example config
6868
run: cp src/config_example.h src/config.h
69-
- name: PlatformIO static check
70-
# empty target to prevent upload
71-
run: pio check
69+
# - name: PlatformIO static check
70+
# # empty target to prevent upload
71+
# run: pio check
7272

7373
- name: Run PlatformIO
7474
# empty target to prevent upload

0 commit comments

Comments
 (0)