on: [push]

jobs:
  test:
    runs-on: nix-latest
    steps:
      - run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
      - uses: actions/checkout@v4
      - run: nix  --experimental-features 'nix-command flakes' flake check --verbose