Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from TOwInOK/Rewriting
Browse files Browse the repository at this point in the history
Rewriting of functionality and logic
  • Loading branch information
TOwInOK authored May 27, 2024
2 parents 5345c08 + b667de7 commit 58d95fa
Show file tree
Hide file tree
Showing 72 changed files with 2,127 additions and 3,108 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/rust.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/rust_master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Rust

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Lint it
run: cargo clippy --no-deps --release
- name: Build crate
run: cargo build --verbose
22 changes: 22 additions & 0 deletions .github/workflows/rust_rewriting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Rust

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Lint it
run: cargo clippy --no-deps --release

16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/target
/core
/plugins/
minecraft_addon_controller.exe
config.lock
Cargo.lock
lock.toml
/.vscode
/plugins/*
paper.jar
vanilla.jar
purpur.jar
folia.jar
waterfall.jar
./Cargo.lock
src/.DS_Store
./.DS_Store
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"cSpell.words": [
"парсинга",
"Bukkit",
"clippy",
"cooldown",
"Datapack",
"Datapacks",
"Debouncer",
"indicatif",
"modrinth",
"mojang",
"Purpur",
Expand Down
Loading

0 comments on commit 58d95fa

Please sign in to comment.