Skip to content

Implemented token as web components #7

Implemented token as web components

Implemented token as web components #7

Workflow file for this run

name: Formatting
on:
push:
branches: [ main ]
paths:
- "src/**/*.rs"
- "Cargo.toml"
- ".github/workflows/fmt.yml"
pull_request:
branches: [ main ]
paths:
- "src/**/*.rs"
- "Cargo.toml"
- ".github/workflows/fmt.yml"
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
name: Verify code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions-rust-lang/rustfmt@v1