2 changed files with 17 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||||
|
# Dagger CI |
||||||
|
|
||||||
|
Learn more about Dagger's CI setup at [dagger.io](https://dagger.io/). |
||||||
|
Read about the Python SDK here: [ci.dagger.dev/sdk/python](https://dagger-io.readthedocs.io/en/latest/index.html). |
||||||
|
|
||||||
|
## Running CI locally |
||||||
|
|
||||||
|
From the lint-workflow project, run: |
||||||
|
|
||||||
|
```bash |
||||||
|
pipenv install -d # Installs dev dependencies |
||||||
|
|
||||||
|
# Run the CI locally |
||||||
|
python ci/test.py |
||||||
|
|
||||||
|
``` |
||||||
Loading…
Reference in new issue