Skip to content

Commit

Permalink
Merge pull request #117 from matheuswhite/98-plugin-remake
Browse files Browse the repository at this point in the history
Rework of Plugins
  • Loading branch information
matheuswhite authored Aug 31, 2024
2 parents 7dbe1cb + 75f2293 commit 007483f
Show file tree
Hide file tree
Showing 54 changed files with 4,894 additions and 4,271 deletions.
76 changes: 0 additions & 76 deletions .github/commit_checks.py

This file was deleted.

24 changes: 3 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,27 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true

- name: Install libudev-sys
run: |
sudo apt-get install -y libudev-dev
- name: Build
run: |
cargo +nightly build --release --verbose
cargo build --release --verbose
build-windows:
name: Check on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- name: Build
run: |
cargo +nightly build --release --verbose
cargo build --release --verbose
build-macos:
name: Check on MacOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true

- name: Build
run: |
cargo +nightly build --release --verbose
cargo build --release --verbose
20 changes: 0 additions & 20 deletions .github/workflows/commit-checks.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.idea/*
.zed/*
Loading

0 comments on commit 007483f

Please sign in to comment.