mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-13 05:49:15 +02:00
chore: run pre-commit once
This commit is contained in:
4
.github/workflows/rust-check.yml
vendored
4
.github/workflows/rust-check.yml
vendored
@@ -5,14 +5,14 @@ on:
|
||||
branches: [ "rewrite" ]
|
||||
pull_request:
|
||||
branches: [ "rewrite" ]
|
||||
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: mirlahiji/rust-action@master
|
||||
|
4
.github/workflows/rust-clippy.yml
vendored
4
.github/workflows/rust-clippy.yml
vendored
@@ -22,11 +22,11 @@ jobs:
|
||||
rust-clippy-analyze:
|
||||
name: Run rust-clippy analyzing
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user