Skip to content

Commit

Permalink
Merge pull request #1 from fu050409/fix/typo
Browse files Browse the repository at this point in the history
fix(typo): fix some typo mistakes
  • Loading branch information
canxin121 authored Sep 8, 2024
2 parents 66ec647 + f0a1d44 commit 8563c14
Show file tree
Hide file tree
Showing 10 changed files with 887 additions and 607 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build and Test

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit 8563c14

Please sign in to comment.