Merge pull request #95 from devchat-ai/scripts-ci
Config ci on scripts branch
This commit is contained in:
commit
9ccec5058e
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -2,9 +2,9 @@ name: Dev CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main, scripts ]
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main, scripts ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-test:
|
lint-and-test:
|
||||||
@ -15,9 +15,6 @@ jobs:
|
|||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.11.4"
|
python-version: "3.11.4"
|
||||||
- name: install workflows-command dependencies
|
|
||||||
run: |
|
|
||||||
pip install -r requirements.txt
|
|
||||||
- name: install dev dependencies
|
- name: install dev dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user