Browse Source

Add readme

- Update paths
BEEEP-daggerio
Micaiah Martin 3 years ago
parent
commit
cb0fdc930f
No known key found for this signature in database
GPG Key ID: D50A3328DE98E2D6
  1. 16
      lint-workflow/ci/README.md
  2. 2
      lint-workflow/ci/test.py

16
lint-workflow/ci/README.md

@ -0,0 +1,16 @@ @@ -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
```

2
lint-workflow/ci/test.py

@ -9,7 +9,7 @@ async def test(): @@ -9,7 +9,7 @@ async def test():
async with dagger.Connection(config) as client:
# get reference to the local project
src_id = await client.host().directory("lint-workflow").id()
src_id = await client.host().directory("").id()
python = (
client.container()

Loading…
Cancel
Save