Skip to content

Commit

Permalink
fix ansible-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Oct 28, 2023
1 parent bc6b557 commit 8111fd6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/autolint.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
---

name: AutoLint
name: Lint

on:
push:
branches: [latest]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/test.yml'
- 'requirements_lint.txt'
pull_request:
branches: [latest]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/test.yml'
- 'requirements_lint.txt'

jobs:
build:
Expand Down

0 comments on commit 8111fd6

Please sign in to comment.