Skip to content

feat(x86): Add GPR #250

feat(x86): Add GPR

feat(x86): Add GPR #250

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
rustup toolchain add beta --component rustfmt
rustup default beta
rustup update
cargo fmt -- --check