Skip to content

[fix] typo fix 影象 -> 影像 (#779) #12

[fix] typo fix 影象 -> 影像 (#779)

[fix] typo fix 影象 -> 影像 (#779) #12

Workflow file for this run

name: C++ CI with Bazel
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: bazel build //:opencc
- run: bazel test //src/...