Skip to content

Refactor CI workflow and add poetry configuration #2

Refactor CI workflow and add poetry configuration

Refactor CI workflow and add poetry configuration #2

Workflow file for this run

name: CI-TEST
on: pull_request
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
path: flask-project
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.7.1
- name: install dependencies
with:
path: flask-project
run: poetry install

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI-TEST

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 21, Col: 9): Unexpected value 'run' .github/workflows/ci.yml (Line: 18, Col: 9): Required property is missing: uses