when: - event: ["push"] branch: main engine: nixery dependencies: nixpkgs: - nodejs_24 - pnpm - gnused steps: - name: install command: pnpm i --frozen-lockfile - name: lint command: pnpm lint