Skip to content

Update project dependencies #4

Update project dependencies

Update project dependencies #4

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- master
defaults:
run:
working-directory: 'nephelaiio.docker'
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: check out the codebase
uses: actions/checkout@v3
with:
path: 'nephelaiio.docker'
- name: set up python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: install poetry
run: pip3 install poetry
- name: install pips
run: poetry install
- name: lint code
run: |
poetry run molecule syntax