Skip to content

Add post: 从 Rust 到 Zig,我写了一个小型 KV 数据库后,终于理解 Zig 到底'怪'在哪 #106

Add post: 从 Rust 到 Zig,我写了一个小型 KV 数据库后,终于理解 Zig 到底'怪'在哪

Add post: 从 Rust 到 Zig,我写了一个小型 KV 数据库后,终于理解 Zig 到底'怪'在哪 #106

Workflow file for this run

name: AutoCorrect CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
autocorrect:
runs-on: ubuntu-latest
steps:
- name: Check source code
uses: actions/checkout@v4
- name: AutoCorrect
uses: huacnlee/autocorrect-action@v2
- name: Review Dog
if: failure()
uses: huacnlee/autocorrect-action@v2
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
reviewdog: true