Skip to content

Add "even" and "odd" parts of folding #1947

Add "even" and "odd" parts of folding

Add "even" and "odd" parts of folding #1947

Workflow file for this run

name: Check Imports
on:
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-imports:
name: Check Library File Imports
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Check that all files are imported
run: ./scripts/check-imports.sh