Skip to content

chore(deps): update ghcr.io/egvimo/n8n-python docker tag to v1.59.3 #621

chore(deps): update ghcr.io/egvimo/n8n-python docker tag to v1.59.3

chore(deps): update ghcr.io/egvimo/n8n-python docker tag to v1.59.3 #621

Workflow file for this run

name: Lint and Test Charts
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint-config.yaml
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
- name: Create kind cluster
uses: helm/kind-action@v1.10.0
- name: Run chart-testing (install)
run: ct install --config .github/ct-install-config.yaml