Skip to content

Fix sources for argocd #2

Fix sources for argocd

Fix sources for argocd #2

Workflow file for this run

on:
pull_request:
paths:
- '**.py'
push:
paths:
- '**.py'
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- run: pip install nox
- run: python3 -m nox