ser_nix 0.2.3

An opinionated nix serialiser for serde.rs
Documentation
name: Tests

on:
  pull_request:
  push:
    branches: [main]

jobs:
  checks:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          components: rustfmt
          override: true

      - name: Cargo Test
        run: cargo test --all

      - name: Check formatting
        run: cargo fmt --all -- --check