Skip to content

Update all dependencies and add a CI job #2

Update all dependencies and add a CI job

Update all dependencies and add a CI job #2

Workflow file for this run

name: CI
on:
workflow_dispatch: { }
push:
branches:
- master
pull_request:
branches:
- master
paths:
- 'src/**'
- 'tests/**'
- poetry.lock
- pyproject.toml
- '.github/workflows/**'
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: coveo/stew@main
name: Stew
with:
python-version: "3.10"
project-name: aws_auth_eks_crd
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4