Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Merge pull request #681 from rainprotocol/2023-07-06-rem-store #531

Merge pull request #681 from rainprotocol/2023-07-06-rem-store

Merge pull request #681 from rainprotocol/2023-07-06-rem-store #531

Workflow file for this run

name: CLOC
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run 'flush-all && cloc .'