mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
ci: 🎨 Format code
This commit is contained in:
parent
694e7d3f02
commit
3e741a86da
10
.github/workflows/audit.yaml
vendored
10
.github/workflows/audit.yaml
vendored
@ -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 }}
|
||||
|
||||
|
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user