Skip to content

load yamls using postin > no need to copy to remote server #320

load yamls using postin > no need to copy to remote server

load yamls using postin > no need to copy to remote server #320

Workflow file for this run

name: lint
on:
push:
branches:
- '*'
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: pip
cache-dependency-path: pyproject.toml
- uses: pre-commit/[email protected]