Skip to content

chore(deps): bump docker/login-action from 2 to 3 #87

chore(deps): bump docker/login-action from 2 to 3

chore(deps): bump docker/login-action from 2 to 3 #87

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install and configure Poetry
run: |
pip install -U pip poetry
poetry config virtualenvs.create false
- name: Install dependencies
run: poetry install -E all
- name: Check
run: make check