Bump urllib3 from 2.0.4 to 2.0.6 #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |