Skip to content

Commit

Permalink
Update Odilia's license
Browse files Browse the repository at this point in the history
Update allowed licenses list
  • Loading branch information
TTWNO committed Mar 5, 2025
1 parent 2ee670d commit bb589e5
Show file tree
Hide file tree
Showing 18 changed files with 541 additions and 730 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,34 @@ jobs:
xvfb-run dunst --screen 0 600x400x8 &
- name: Run tests
run: cargo test
deny:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3

- name: Cache cargo home
uses: actions/cache@v3
env:
cache-name: cache-cargo-home
with:
path: |
~/.cargo/bin
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ runner.os }}-x86_64-unknown-linux-gnu-build-${{ env.cache-name }}-
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Run cargo deny
uses: EmbarkStudios/cargo-deny-action@v2
with:
# do not check sources; as this will almost always error due to stale windows' dependencies that we don't need.
command: check license advisories bans
clippy:
runs-on: ubuntu-latest
steps:
Expand Down
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb589e5

Please sign in to comment.