mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 15:14:56 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Runs at 00:00 UTC everyday
|
# Runs at 00:00 UTC everyday
|
||||||
- cron: '0 0 * * *'
|
- cron: "0 0 * * *"
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**/Cargo.toml'
|
- "**/Cargo.toml"
|
||||||
- '**/Cargo.lock'
|
- "**/Cargo.lock"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "**/Cargo.toml"
|
||||||
|
- "**/Cargo.lock"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
@ -29,4 +32,3 @@ jobs:
|
|||||||
- uses: actions-rs/audit-check@v1
|
- uses: actions-rs/audit-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
@ -3,7 +3,7 @@ name: Continuous Deployment
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '[v]?[0-9]+.[0-9]+.[0-9]+'
|
- "[v]?[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user