Skip to content

updated cmp, added more plugins to have more auto funcs #66

updated cmp, added more plugins to have more auto funcs

updated cmp, added more plugins to have more auto funcs #66

Workflow file for this run

---
name: Test
on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true
pull_request:
branches: ["main"]
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v15
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Run pre-commit hooks and tests
run: devenv test