ci: update GH actions

This commit is contained in:
Xavier Morel
2024-11-27 17:09:36 +01:00
parent c71c8eeb73
commit 4a13f4f6b2
2 changed files with 5 additions and 6 deletions

View File

@@ -25,9 +25,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo- restore-keys: ${{ runner.os }}-cargo-
- name: cargo test - name: cargo test
run: cargo test run: cargo test
# uncomment to enable clippy linter - name: cargo clippy
# - name: cargo clippy run: cargo clippy -- -D warnings
# run: cargo clippy -- -D warnings - name: cargo fmt
# uncomment to enable format linter run: cargo fmt --check
# - name: cargo fmt
# run: cargo fmt --check

View File

@@ -4,6 +4,7 @@ on:
# !Please set a different minute than 51 if you enable this! # !Please set a different minute than 51 if you enable this!
# schedule: # schedule:
# - cron: "51 */6 * * *" # Every 6 hours # - cron: "51 */6 * * *" # Every 6 hours
push:
workflow_dispatch: workflow_dispatch:
jobs: jobs: