Skip to content

Move `hydrate to Element #8

Move `hydrate to Element

Move `hydrate to Element #8

Workflow file for this run

on:
push:
branches:
- '*'
- '!release'
name: format
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}