summaryrefslogtreecommitdiff
path: root/.github/workflows/check-shell.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump cachix/install-nix-action from {30,31} to 31.1.0 (#394893)dependabot[bot]2025-04-011-1/+1
* Reapply "build(deps): bump cachix/install-nix-action from 30 to 31"•••This reverts commit 281875261d71aaa786eb4e25a45f4ec355fe7aef. Wolfgang Walther2025-03-191-1/+1
* Revert "build(deps): bump cachix/install-nix-action from 30 to 31"Philip Taron2025-03-171-1/+1
* build(deps): bump cachix/install-nix-action from 30 to 31•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/08dcb3a5e62fa31e2da3d490afc4176ef55ecd72...02a151ada4993995686f9ed4f1be7cfbb229e56f) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2025-03-171-1/+1
* workflows: add README•••This introduces some basic concepts used in these workflows and a common terminology. At the same time we remove some of the comments from various workflow files, because they are assumed to be "general knowledge" through the README. Wolfgang Walther2025-01-101-1/+0
* workflows: basic consistency in formatting workflows•••Same top-level ordering of keys / empty lines and same indentation for yaml lists. One blank line between each step. Makes it easier to read and compare the workflows. Wolfgang Walther2025-01-091-0/+2
* workflows/check-shell: use job matrixWolfgang Walther2025-01-091-14/+12
* workflows: lock macOS runner to macos-14NAHO2025-01-051-1/+1
* workflows: update Ubuntu runner to ubuntu-24.04•••Link: https://github.com/actions/runner-images/issues/10636 NAHO2025-01-051-1/+1
* workflows: lock Ubuntu runner to ubuntu-22.04•••Lock the Ubuntu runner to ubuntu-22.04 to avoid accidental updates [1] and increase reproducibility. [1]: https://github.com/actions/runner-images/issues/10636 NAHO2025-01-051-1/+1
* ci/check-shell: fix `ci/**` pathZhong Jianxin2024-11-301-1/+1
* ci/check-shell: only run if `shell.nix` or `./ci/**` is changed•••saves a bit of CI time Jörg Thalheim2024-11-291-0/+3
* build(deps): bump actions/checkout from 4.2.1 to 4.2.2•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-10-281-2/+2
* build(deps): bump actions/checkout from 4.2.0 to 4.2.1•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-10-141-2/+2
* build(deps): bump cachix/install-nix-action from 29 to 30•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/9f70348d77d0422624097c4b7a75563948901306...08dcb3a5e62fa31e2da3d490afc4176ef55ecd72) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-10-071-2/+2
* build(deps): bump actions/checkout from 4.1.7 to 4.2.0•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-09-301-2/+2
* build(deps): bump cachix/install-nix-action from 27 to 29•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 27 to 29. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/ba0dd844c9180cbf77aa72a116d6fbc515d0e87b...9f70348d77d0422624097c4b7a75563948901306) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-09-301-2/+2
* workflows/*: ensure jobs have namesAdam Stephens2024-07-311-0/+2
* build(deps): bump cachix/install-nix-action from 26 to 27•••Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/8887e596b4ee1134dae06b98d573bd674693f47c...ba0dd844c9180cbf77aa72a116d6fbc515d0e87b) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-07-221-2/+2
* build(deps): bump actions/checkout from 4.1.5 to 4.1.7•••Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]2024-06-291-2/+2
* root: shell.nix for nixfmt•••This uses the reusable pinned Nixpkgs from the parent commit to create a shell.nix file for an environment with a pinned nixfmt version. Silvan Mosberger2024-06-261-0/+29