Skip to content

actions: bump actions/checkout from 4 to 6 #9

actions: bump actions/checkout from 4 to 6

actions: bump actions/checkout from 4 to 6 #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: List available generators
run: python generate.py --list