Skip to content

Commit

Permalink
初始化版本
Browse files Browse the repository at this point in the history
  • Loading branch information
w-sodalite committed Nov 21, 2024
0 parents commit f69aae9
Show file tree
Hide file tree
Showing 11 changed files with 18,351 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/.idea
Loading

0 comments on commit f69aae9

Please sign in to comment.