Skip to content

Fix typo in migration guide (#597) #48

Fix typo in migration guide (#597)

Fix typo in migration guide (#597) #48

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: echo "done"