File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ module.exports = [
1313 'actions/stale@af4072615903a8b031f986d25b1ae3bf45ec44d4' , //actions/stale@v 3.0.13
1414 'crowdin/github-action@fd9429dd63d6c0f8a8cb4b93ad8076990bd6e688' ,
1515 'crykn/copy_folder_to_another_repo_action@abc264e1c16eb3d7b1f7763bfdb0e1699ad43120' ,
16+ 'cschleiden/actions-linter@43fd4e08e52ed40c0e2782dc2425694388851576' ,
1617 'dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911' ,
1718 'docker://chinthakagodawita/autoupdate-action:v1' ,
1819 'fkirc/skip-duplicate-actions@36feb0d8d062137530c2e00bd278d138fe191289' ,
Original file line number Diff line number Diff line change 1+ name : Lint workflows
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ pull_request :
9+ branches-ignore :
10+ - translations
11+
12+ jobs :
13+ lint :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - name : Check out repo
17+ uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
18+
19+ - name : Run linter
20+ uses : cschleiden/actions-linter@43fd4e08e52ed40c0e2782dc2425694388851576
21+ with :
22+ workflows : ' [".github/workflows/*.yml"]'
You can’t perform that action at this time.
0 commit comments