Skip to content

Commit

Permalink
updated workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Nov 28, 2023
1 parent 170817b commit a2b6ce1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/autolint.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
---

name: AutoLint
name: Lint

on:

Check warning on line 5 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / build

5:1 [truthy] truthy value should be one of [false, no, true, yes]
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:
strategy:
matrix:
python-version: [3.10]
runs-on: ubuntu-latest

timeout-minutes: 2
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a2b6ce1

Please sign in to comment.