Skip to content

fix github ci build script #1

fix github ci build script

fix github ci build script #1

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- run: cargo fmt