Skip to content

0.3.3-nightly complete: removed as_slice_of_cells; CHANGELOG #6

0.3.3-nightly complete: removed as_slice_of_cells; CHANGELOG

0.3.3-nightly complete: removed as_slice_of_cells; CHANGELOG #6

Workflow file for this run

name: Validate Version
on:
push:
pull_request:
jobs:
validate-version:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run pre-commit
run: ./pre-commit
shell: bash