nix-shell-action
nix-shell-action copied to clipboard
Run any command you like in a deterministic Nix shell on Linux and macOS.
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. Changelog Sourced from @actions/core's changelog. 1.10.1 Fix error message reference in oidc utils #1511 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
eslint doesn't currently check *.ts files, after config migration.
I'm facing a situation where the development shell for the CI can be minimal while the developer's development shell must have additional tools installed. I need to select the appropriate...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.11.0. Release notes Sourced from eslint's releases. v9.11.0 Features ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然) c591da6 feat: Add language to types (#18917)...
Using your action ```yaml - name: Test with java uses: workflow/nix-shell-action@v3 with: packages: maven,jdk11_headless script: | java --version; mvn --version; ``` Got me ``` openjdk 11.0.23 2024-04-16 OpenJDK Runtime Environment...
Bumps the npm-development group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.1` |...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. Release notes Sourced from undici's releases. v5.28.5 ⚠️ Security Release ⚠️ Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025). Full Changelog: https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 Commits 6139ed2 Bumped...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.14.0. Release notes Sourced from eslint's releases. v9.14.0 Features 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add...