Skip to content

Feat/pallets readiness #1

Feat/pallets readiness

Feat/pallets readiness #1

Workflow file for this run

name: Rust
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
- name: Check formatting
run: cargo +nightly fmt -- --check