Skip to content

docs: Fixed typos in ADRs and a docstring #3186

docs: Fixed typos in ADRs and a docstring

docs: Fixed typos in ADRs and a docstring #3186

name: "Fallback: Test Storage (CPU)"
on:
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
paths-ignore: # Inverse of corresponding workflow
- "src/gt4py/storage/**"
- "src/gt4py/cartesian/backend/**" # For DaCe storages
- "tests/storage_tests/**"
- "workflows/**"
- "*.cfg"
- "*.ini"
- "*.toml"
- "*.yml"
jobs:
test-storage:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
backends: [internal-cpu, dace-cpu]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- run: 'echo "No build required"'