Skip to content

Commit cbc98cd

Browse files
committed
Removed all unused/obsolete workflows
1 parent d89b0e9 commit cbc98cd

File tree

6 files changed

+60
-416
lines changed

6 files changed

+60
-416
lines changed

.github/workflows/check-python-task.yml

-86
This file was deleted.

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
__pycache__/
2-
/.github/workflows/assets/validate-registry/validate-registry
3-
!/.github/workflows/assets/validate-registry/validate-registry/
4-
/.github/workflows/assets/validate-registry/validate-registry.exe

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# Arduino Library Manager list
22

33
[![Check Registry status](https://github.com/arduino/library-registry/actions/workflows/check-registry.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-registry.yml)
4-
[![Test Integration status](https://github.com/arduino/library-registry/actions/workflows/test-go-integration-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/test-go-integration-task.yml)
5-
[![Check Go status](https://github.com/arduino/library-registry/actions/workflows/check-go-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-go-task.yml)
6-
[![Check Python status](https://github.com/arduino/library-registry/actions/workflows/check-python-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-python-task.yml)
74
[![Check General Formatting status](https://github.com/arduino/library-registry/actions/workflows/check-general-formatting-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-general-formatting-task.yml)
85
[![Check Prettier Formatting status](https://github.com/arduino/library-registry/actions/workflows/check-prettier-formatting-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-prettier-formatting-task.yml)
96
[![Check Taskfiles status](https://github.com/arduino/library-registry/actions/workflows/check-taskfiles.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-taskfiles.yml)
107
[![Check Workflows status](https://github.com/arduino/library-registry/actions/workflows/check-workflows-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-workflows-task.yml)
118
[![Check YAML status](https://github.com/arduino/library-registry/actions/workflows/check-yaml-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-yaml-task.yml)
129
[![Check License status](https://github.com/arduino/library-registry/actions/workflows/check-license.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-license.yml)
13-
[![Check Go Dependencies status](https://github.com/arduino/library-registry/actions/workflows/check-go-dependencies-task.yml/badge.svg)](https://github.com/arduino/library-registry/actions/workflows/check-go-dependencies-task.yml)
1410

1511
This branch contains the generated source file for the Arduino Library Manager index. If you want to add a library to
1612
the Arduino Library Manager index, please follow these instructions:

Taskfile.yml

-16
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,6 @@ tasks:
5757
cmds:
5858
- poetry update
5959

60-
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-python-task/Taskfile.yml
61-
python:lint:
62-
desc: Lint Python code
63-
deps:
64-
- task: poetry:install-deps
65-
cmds:
66-
- poetry run flake8 --show-source
67-
68-
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-python-task/Taskfile.yml
69-
python:format:
70-
desc: Format Python files
71-
deps:
72-
- task: poetry:install-deps
73-
cmds:
74-
- poetry run black .
75-
7660
registry:validate:
7761
desc: Validate registry data file
7862
cmds:

0 commit comments

Comments
 (0)