Skip to content

build(deps): bump windows-targets from 0.48.0 to 0.48.1 #1098

build(deps): bump windows-targets from 0.48.0 to 0.48.1

build(deps): bump windows-targets from 0.48.0 to 0.48.1 #1098

Workflow file for this run

name: Check
on: [ pull_request ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/[email protected]
with:
toolchain: stable
components: rustfmt, clippy
- uses: actions-rs/[email protected]
with:
command: fmt
args: -- --check
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features