Skip to content

build: pull hyperware_app_common version from process #270

build: pull hyperware_app_common version from process

build: pull hyperware_app_common version from process #270

Workflow file for this run

name: Rustfmt
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}