Skip to content

Commit

Permalink
Merge pull request #276 from Yuta1004/develop
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
Yuta1004 authored Jan 27, 2023
2 parents b411189 + ac8f955 commit ae16f37
Show file tree
Hide file tree
Showing 482 changed files with 183,830 additions and 8,760 deletions.
10 changes: 0 additions & 10 deletions .github/actions/setup_libraries/action.yml

This file was deleted.

20 changes: 8 additions & 12 deletions .github/workflows/check.yml → .github/workflows/core_check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: check
name: core/check

on:
push:
branches:
- "master"
- "develop"
- "master"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "core/**"

defaults:
run:
working-directory: core

env:
CARGO_TERM_COLOR: always
Expand All @@ -16,10 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup_libraries
- uses: ./.github/actions/cache_cargo
- name: Make dist dir
run: mkdir -p tools/view/dist
- name: Build
run: cargo build --all-targets

Expand All @@ -39,12 +41,9 @@ jobs:
needs: cache
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup_libraries
- uses: ./.github/actions/cache_cargo
- name: Setup rustup
run: rustup component add clippy
- name: Make dist dir
run: mkdir -p tools/view/dist
- name: Check by Clippy
run: cargo clippy --all-targets --all-features -- -D warnings

Expand All @@ -53,9 +52,6 @@ jobs:
needs: cache
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup_libraries
- uses: ./.github/actions/cache_cargo
- name: Make dist dir
run: mkdir -p tools/view/dist
- name: Test
run: cargo test --all
133 changes: 0 additions & 133 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/target
*.sysdc
sysdc
target/

*.lock
.env
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "server/doc/themes/hugo-theme-learn"]
path = server/doc/themes/hugo-theme-learn
url = https://github.com/matcornic/hugo-theme-learn.git
[submodule "webapp/_top/themes/lynx"]
path = webapp/top/themes/lynx
url = https://github.com/jpanther/lynx.git
Loading

0 comments on commit ae16f37

Please sign in to comment.