ci: 🎨 Format code

This commit is contained in:
Sergio Gasquez 2022-09-26 14:31:46 +02:00
parent 694e7d3f02
commit 3e741a86da
2 changed files with 7 additions and 5 deletions

View File

@ -3,12 +3,15 @@ name: Security audit
on:
schedule:
# Runs at 00:00 UTC everyday
- cron: '0 0 * * *'
- cron: "0 0 * * *"
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
env:
CARGO_TERM_COLOR: always
@ -29,4 +32,3 @@ jobs:
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -3,7 +3,7 @@ name: Continuous Deployment
on:
push:
tags:
- '[v]?[0-9]+.[0-9]+.[0-9]+'
- "[v]?[0-9]+.[0-9]+.[0-9]+"
env:
CARGO_TERM_COLOR: always