Skip to content

Commit 772fe6c

Browse files
authored
Merge pull request #168 from ansibleguy/fix-contrib-notes+alias-self
update lint & unit-test workflows
2 parents 40d2457 + 55935c8 commit 772fe6c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: .github/workflows/lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ on:
1010
- '**.yml'
1111
- '.github/workflows/lint.yml'
1212
- 'requirements_lint.txt'
13+
- '.yamllint'
14+
- '.pylintrc'
1315
pull_request:
1416
branches: [latest]
1517
paths:
1618
- '**.py'
1719
- '**.yml'
1820
- '.github/workflows/lint.yml'
1921
- 'requirements_lint.txt'
22+
- '.yamllint'
23+
- '.pylintrc'
2024

2125
jobs:
2226
lint:

Diff for: .github/workflows/unit_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths:
99
- '**.py'
1010
- '.github/workflows/unit_test.yml'
11+
- 'pytest.ini'
1112
pull_request:
1213
branches: [latest]
1314
paths:
1415
- '**.py'
1516
- '.github/workflows/unit_test.yml'
17+
- 'pytest.ini'
1618

1719
jobs:
1820
test:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Collection - ansibleguy.opnsense
22

3-
[![Lint Test Status](https://badges.ansibleguy.net/opnsense.collection.lint.svg)](https://github.com/ansibleguy/collection_opnsense/blob/latest/scripts/lint.sh)
3+
[![Lint](https://github.com/ansibleguy/collection_opnsense/actions/workflows/lint.yml/badge.svg)](https://github.com/ansibleguy/collection_opnsense/actions/workflows/lint.yml)
44
[![Unit Test Status](https://github.com/ansibleguy/collection_opnsense/actions/workflows/unit_test.yml/badge.svg)](https://github.com/ansibleguy/collection_opnsense/actions/workflows/unit_test.yml)
55
[![Ansible Galaxy](https://badges.ansibleguy.net/galaxy.badge.svg)](https://galaxy.ansible.com/ui/repo/published/ansibleguy/opnsense)
66

0 commit comments

Comments
 (0)