diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b67acb7..6feb9f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,7 @@ jobs: restore-keys: ${{ runner.os }}-cargo- - name: cargo test run: cargo test - # uncomment to enable clippy linter - # - name: cargo clippy - # run: cargo clippy -- -D warnings - # uncomment to enable format linter - # - name: cargo fmt - # run: cargo fmt --check + - name: cargo clippy + run: cargo clippy -- -D warnings + - name: cargo fmt + run: cargo fmt --check diff --git a/.github/workflows/readme-stars.yml b/.github/workflows/readme-stars.yml index 3de260e..33cc133 100644 --- a/.github/workflows/readme-stars.yml +++ b/.github/workflows/readme-stars.yml @@ -4,6 +4,7 @@ on: # !Please set a different minute than 51 if you enable this! # schedule: # - cron: "51 */6 * * *" # Every 6 hours + push: workflow_dispatch: jobs: