Skip to content

Commit 228eec3

Browse files
author
IvanZosimov
committed
Add links to reusable workflows
1 parent c483e03 commit 228eec3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
call-check-dist:
15+
call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
1616
name: Check dist/
1717
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
1818
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main

Diff for: .github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 3 * * 0'
1010

1111
jobs:
12-
call-codeQL-analysis:
12+
call-codeQL-analysis: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
1313
name: CodeQL analysis
1414
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
1515
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main

Diff for: .github/workflows/licensed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
call-licensed:
13+
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
1414
name: Licensed
1515
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
1616
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main

Diff for: .github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '**.md'
1313

1414
jobs:
15-
call-basic-validation:
15+
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
1616
name: Basic validation
1717
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
1818
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main

0 commit comments

Comments
 (0)