Skip to content

Update SDK and WDK metadata #685

Update SDK and WDK metadata

Update SDK and WDK metadata #685

Workflow file for this run

name: fmt
on:
pull_request:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
branches:
- master
env:
RUSTFLAGS: -Dwarnings
jobs:
fmt:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check
run: cargo fmt --all -- --check