Skip to content

feat: add "classic" version of the plugin #1

feat: add "classic" version of the plugin

feat: add "classic" version of the plugin #1

Workflow file for this run

name: Code quality
on: pull_request
concurrency:
group: "${{ github.head_ref }}"
cancel-in-progress: true
jobs:
check:
runs-on: nix-flakes
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check
run: |
nix flake check --print-build-logs -j auto