mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
update
This commit is contained in:
@@ -58,9 +58,11 @@ jobs:
|
||||
cargo build --release \
|
||||
--manifest-path src/actions/somnus/core/Cargo.toml \
|
||||
--bin json-linter --bin toml-linter
|
||||
|
||||
mkdir -p ./linter-bin
|
||||
cp src/actions/somnus/core/src/bin/json-linter.rs
|
||||
cp src/actions/somnus/core/src/bin/toml-linter.rs
|
||||
|
||||
cp src/actions/somnus/core/target/release/json-linter ./linter-bin/
|
||||
cp src/actions/somnus/core/target/release/toml-linter ./linter-bin/
|
||||
|
||||
- name: Run Linters
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user