Skip to content

Commit

Permalink
feat(all): pedantic, rem lock
Browse files Browse the repository at this point in the history
  • Loading branch information
martsokha committed May 12, 2024
1 parent 778597d commit 4474a31
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 675 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build

on:
push:
branches:
- main
pull_request:

name: Build

jobs:
ci:
name: CI
Expand All @@ -25,17 +25,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}

- name: Set up Cache
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-${{ matrix.toolchain }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-${{ matrix.toolchain }}-cargo-
uses: Swatinem/rust-cache@v2

- name: Install Tarpaulin
if: matrix.os == 'ubuntu-latest'
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Publish

on:
push:
branches:
- main
workflow_dispatch:

name: Publish

jobs:
cd:
name: CD
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OS
Thumbs.db
.DS_Store
*.pdb

# Editors
.vs/
Expand All @@ -11,6 +12,7 @@ Thumbs.db
# Lang: Rust
debug/
target/
Cargo.lock
**/*.rs.bk

# Environment
Expand Down
Loading

0 comments on commit 4474a31

Please sign in to comment.