updated workflow config
This commit is contained in:
parent
ed7304b09c
commit
e2ebad000e
|
|
@ -1,20 +1,27 @@
|
|||
---
|
||||
|
||||
name: AutoLint
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, stable, latest]
|
||||
paths:
|
||||
- '**.py'
|
||||
- '**.yml'
|
||||
- '.github/workflows/lint.yml'
|
||||
- 'requirements_lint.txt'
|
||||
pull_request:
|
||||
branches: [main, stable, latest]
|
||||
paths:
|
||||
- '**.py'
|
||||
- '**.yml'
|
||||
- '.github/workflows/lint.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
|
||||
Loading…
Reference in New Issue