File tree Expand file tree Collapse file tree 14 files changed +18
-18
lines changed Expand file tree Collapse file tree 14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-general-formatting-task.md
2
2
name : Check General Formatting
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.17"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
Original file line number Diff line number Diff line change 6
6
# SPDX identifier: https://spdx.org/licenses/
7
7
EXPECTED_LICENSE_TYPE : GPL-3.0
8
8
9
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
9
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
10
10
on :
11
11
create :
12
12
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-markdown-task.md
2
2
name : Check Markdown
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-npm-task.md
2
2
name : Check npm
3
3
4
- # See: https://docs.github.com/en/ actions/reference /events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-prettier-formatting-task.md
2
2
name : Check Prettier Formatting
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-taskfiles.md
2
2
name : Check Taskfiles
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
create :
7
7
push :
Original file line number Diff line number Diff line change 1
- # Source: https://github.com/arduino/tooling-project-assets/blob/master /workflow-templates/check-workflows-task.md
1
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main /workflow-templates/check-workflows-task.md
2
2
name : Check Workflows
3
3
4
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
5
5
on :
6
6
push :
7
7
paths :
Original file line number Diff line number Diff line change 5
5
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
6
6
PYTHON_VERSION : " 3.9"
7
7
8
- # See: https://docs.github.com/actions/using -workflows/events-that-trigger-workflows
8
+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
9
9
on :
10
10
create :
11
11
push :
12
12
paths :
13
13
- " .yamllint*"
14
14
- " poetry.lock"
15
15
- " pyproject.toml"
16
- # Source: https://github.com/ikatyang/linguist-languages/blob/master /data/YAML.json (used by Prettier)
16
+ # Source: https://github.com/ikatyang-collab /linguist-languages/blob/main /data/YAML.js (used by Prettier)
17
17
- " **/.clang-format"
18
18
- " **/.clang-tidy"
19
19
- " **/.gemrc"
29
29
- " .yamllint*"
30
30
- " poetry.lock"
31
31
- " pyproject.toml"
32
- # Source: https://github.com/ikatyang/linguist-languages/blob/master /data/YAML.json (used by Prettier)
32
+ # Source: https://github.com/ikatyang-collab /linguist-languages/blob/main /data/YAML.js (used by Prettier)
33
33
- " **/.clang-format"
34
34
- " **/.clang-tidy"
35
35
- " **/.gemrc"
You can’t perform that action at this time.
0 commit comments