Commit Graph

76 Commits

Author SHA1 Message Date
NotAShelf 3377ebdbfd
CI: name doc artifacts after their respective packages 2024-01-16 14:33:04 +03:00
dependabot[bot] 84a89fc7ca
chore(deps): bump cachix/cachix-action from 13 to 14
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v13...v14)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 19:18:36 +00:00
dependabot[bot] d8d0379427
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 19:32:56 +00:00
dependabot[bot] 04e001fc16
chore(deps): bump easimon/maximize-build-space from 9 to 10
Bumps [easimon/maximize-build-space](https://github.com/easimon/maximize-build-space) from 9 to 10.
- [Release notes](https://github.com/easimon/maximize-build-space/releases)
- [Changelog](https://github.com/easimon/maximize-build-space/blob/master/CHANGELOG.md)
- [Commits](https://github.com/easimon/maximize-build-space/compare/v9...v10)

---
updated-dependencies:
- dependency-name: easimon/maximize-build-space
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 19:56:23 +00:00
NotAShelf 99fbf9cad0
Merge pull request #183 from NotAShelf/dependabot/github_actions/cachix/cachix-action-13
chore(deps): bump cachix/cachix-action from 12 to 13
2023-11-29 04:52:22 +03:00
dependabot[bot] 208a781a6c
chore(deps): bump easimon/maximize-build-space from 8 to 9
Bumps [easimon/maximize-build-space](https://github.com/easimon/maximize-build-space) from 8 to 9.
- [Release notes](https://github.com/easimon/maximize-build-space/releases)
- [Changelog](https://github.com/easimon/maximize-build-space/blob/master/CHANGELOG.md)
- [Commits](https://github.com/easimon/maximize-build-space/compare/v8...v9)

---
updated-dependencies:
- dependency-name: easimon/maximize-build-space
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 19:59:15 +00:00
dependabot[bot] 1471993518
chore(deps): bump cachix/cachix-action from 12 to 13
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v12...v13)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 19:59:12 +00:00
NotAShelf d00f00874d
CI: don't trigger docker builds on PR 2023-10-23 20:11:05 +03:00
NotAShelf 7af120cf0d
docs/README: add docker usage instructions 2023-10-23 18:40:37 +03:00
NotAShelf 75e24e000b
CI: build and publish exposed docker package 2023-10-23 18:40:32 +03:00
NotAShelf d3585c9c83
CI: ignore all indentation 2023-10-21 01:36:58 +03:00
NotAShelf 684ba80157
CI: use DetSys Nix Installer action 2023-10-20 12:24:24 +03:00
NotAShelf 06e265ad7d
Merge pull request #163 from NotAShelf/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2023-10-20 12:19:56 +03:00
dependabot[bot] f31f2b6082
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 09:04:31 +00:00
dependabot[bot] bcbd4b9dfe
chore(deps): bump easimon/maximize-build-space from 6 to 8
Bumps [easimon/maximize-build-space](https://github.com/easimon/maximize-build-space) from 6 to 8.
- [Release notes](https://github.com/easimon/maximize-build-space/releases)
- [Changelog](https://github.com/easimon/maximize-build-space/blob/master/CHANGELOG.md)
- [Commits](https://github.com/easimon/maximize-build-space/compare/v6...v8)

---
updated-dependencies:
- dependency-name: easimon/maximize-build-space
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 09:04:27 +00:00
NotAShelf 1fcdc0b636
CI: name the failure step 2023-10-20 11:59:31 +03:00
NotAShelf a4de8ea0b4
CI: use DetSys Nix installer 2023-10-20 11:59:29 +03:00
NotAShelf bbbd487064
CI: add more stict checking 2023-10-20 11:59:21 +03:00
NotAShelf b7f722252c
docs/README: update logo alt 2023-10-03 23:45:35 +03:00
NotAShelf e5df60172a
CI: cleanup 2023-10-01 18:29:10 +03:00
NotAShelf 9873d2bc98
docs/contributing: move guidelines to docs webpage 2023-10-01 18:29:09 +03:00
NotAShelf 714dadd2c2
docs/README: add stars tracker 2023-10-01 18:29:08 +03:00
NotAShelf 42b952dc1b
remove funding links & clarify relations in credits 2023-09-05 12:49:27 +03:00
NotAShelf cb857319ba
Merge branch 'main' into feature/copilot-completions 2023-07-24 17:26:21 +03:00
NotAShelf 111c2ad317
docs: add @FrothyMarrow to credits 2023-07-24 17:24:34 +03:00
NotAShelf e9e6ed82b0
CI: clean up workflows 2023-07-24 17:22:39 +03:00
NotAShelf caef26936a
docs: cleanup 2023-07-24 17:22:37 +03:00
NotAShelf b52d0a802a
docs: fix typo in issue search URL 2023-07-24 17:22:35 +03:00
NotAShelf 16340dc8b7
docs: wording 2023-07-24 17:22:34 +03:00
NotAShelf 5d5aec5b8a
docs: add @FrothyMarrow to credits 2023-07-24 16:19:29 +03:00
NotAShelf 19f7c6732f
CI: clean up workflows 2023-07-24 16:19:28 +03:00
NotAShelf aaf57d02e7
docs: cleanup 2023-07-24 16:19:23 +03:00
NotAShelf e719eb1176
docs: fix typo in issue search URL 2023-07-24 08:18:49 +03:00
NotAShelf 48219eba74
docs: wording 2023-07-24 08:18:19 +03:00
NotAShelf eaab87d151
chore: clean up unused assets 2023-07-16 13:31:31 +03:00
NotAShelf c4ae0b140f
docs: use new neovim-flake logo 2023-07-16 13:17:13 +03:00
NotAShelf 294b712c15
docs: clean up documentation directory 2023-06-06 03:01:44 +03:00
NotAShelf 1f78026cc0
docs: update contribution guidelines 2023-06-05 21:36:43 +03:00
NotAShelf 5d7c6b3c3f
docs: changelogs and attributions 2023-05-10 12:21:36 +03:00
NotAShelf 2164d78f09
Merge pull request #66 from n3oney/feature/actions-docs-artifacts
chore: upload docs build artifacts
2023-05-10 10:50:15 +03:00
n3oney 84b48ced26
docs: add keymapping adding documentation 2023-05-03 15:05:36 +02:00
Michał 5eeefbab3d
chore: upload docs build artifacts 2023-05-03 12:32:45 +02:00
NotAShelf 844c4c5974
CI: better ci workflow names 2023-04-15 11:44:12 +03:00
NotAShelf c7949b5ecc
CI: set up nix before checking docs 2023-04-15 11:38:51 +03:00
NotAShelf 8545cf4748
CI: rename workflow 2023-04-15 11:36:15 +03:00
NotAShelf 8f5b27d069
CI: test documentation builds on PR 2023-04-15 11:34:34 +03:00
NotAShelf a6264dcf73
CI: fix typo in workflow description 2023-04-15 11:33:50 +03:00
NotAShelf c466775789
docs: improve project readme 2023-04-15 11:33:14 +03:00
NotAShelf 7417921b7a
CI: update intall-nix-action 2023-04-08 02:32:47 +03:00
NotAShelf 9ae2f3868c
CI: also check for formatting 2023-04-07 20:47:51 +03:00