File tree 3 files changed +5
-15
lines changed
3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 83
83
84
84
85
85
jobs :
86
+ lint :
87
+ uses : ./.github/workflows/reusable-linters.yml
88
+
86
89
pre-setup :
87
90
name : ⚙️ Pre-set global build settings
88
91
runs-on : ubuntu-latest
@@ -2104,6 +2107,7 @@ jobs:
2104
2107
needs :
2105
2108
- build-rpms
2106
2109
- dist-meta
2110
+ - lint
2107
2111
- test-linux
2108
2112
- test-macos
2109
2113
Original file line number Diff line number Diff line change 3
3
name : 🚨
4
4
5
5
on : # yamllint disable-line rule:truthy
6
- push :
7
- branches-ignore :
8
- # NOTE: bot-managed branches don't need to be linted on
9
- # NOTE: push: they always have PR builds
10
- - dependabot/**
11
- pull_request :
12
- schedule :
13
- - cron : 1 0 * * * # Run daily at 0:01 UTC
14
- # Run every Friday at 18:02 UTC
15
- # https://crontab.guru/#2_18_*_*_5
16
- # - cron: 2 18 * * 5
6
+ workflow_call :
17
7
18
8
jobs :
19
9
linters :
Original file line number Diff line number Diff line change 11
11
:alt: GitHub Workflow Status (🏗 📦 & test & publish/devel)
12
12
:target: https://github.com/ansible/pylibssh/actions?query=workflow%3A%22%F0%9F%8F%97+%F0%9F%93%A6+%26+test+%26+publish%22+branch%3Adevel
13
13
14
- .. image :: https://img.shields.io/github/workflow/status/ansible/pylibssh/%F0%9F%9A%A8/devel?label=GitHub%20Actions%20%5Bquality%5D&logo=github
15
- :target: https://github.com/ansible/pylibssh/actions?query=workflow%3A%F0%9F%9A%A8+branch%3Adevel
16
- :alt: GitHub Workflow Status (🚨/devel)
17
-
18
14
.. image :: https://img.shields.io/codecov/c/gh/ansible/pylibssh/devel?logo=codecov&logoColor=white
19
15
:target: https://codecov.io/gh/ansible/pylibssh
20
16
:alt: devel branch coverage via Codecov
You can’t perform that action at this time.
0 commit comments