Skip to content

Switch melon head from parcel to webpack (#99) #12

Switch melon head from parcel to webpack (#99)

Switch melon head from parcel to webpack (#99) #12

name: "Member's Panel"
on:
push:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build via nix
working-directory: members-panel
run: nix-build test.nix