Skip to content

If data are available in persistent node, copy them from there instead of storing in WAL #319

If data are available in persistent node, copy them from there instead of storing in WAL

If data are available in persistent node, copy them from there instead of storing in WAL #319

Workflow file for this run

name: ci
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
strategy:
matrix:
command: [
"lint/go",
"test/go",
]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run ${{ matrix.command }}
run: bin/builder generate/go tidy/go ${{ matrix.command }} git/isclean