fix: don't require Flags to be clone for settings on wayland #203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Audit | |
on: [push] | |
jobs: | |
dependencies: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hecrj/setup-rust-action@v1 | |
- name: Install cargo-audit | |
run: cargo install cargo-audit | |
- uses: actions/checkout@master | |
- name: Audit dependencies | |
run: cargo audit |