Commit Graph

39 Commits

Author SHA1 Message Date
James Hegedus
fd486dc2ef
ci: use release-please to bump versions in docs (#1429) 2023-01-20 16:51:18 +11:00
James Hegedus
9a8bb47758
ci: only test on latest GitHub Runners (#1438) 2023-01-19 02:29:46 +11:00
Edwin Kofler
035e247056
test: Do not run Nu test if it does not exist (#1423)
Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
2023-01-06 09:43:15 -05:00
Edwin Kofler
b21dc46d70
ci: Stop using Ubuntu 18.04 (#1420) 2023-01-06 07:19:10 -05:00
Fer
60d4494d5d
fix: Add test for nushell integration and fix some bugs (#1415)
* Add test for nushell integration
* Add nushell to CI
* Fix brew installation search
* Fix to get current dir when ASDF_DIR is empty
* Remove complexity of asdf.nu
* Try a different approach to get info about function definition of asdf for MacOS 10.15
* Fix shims dir and fix test assertions to check path
* Add setup nushell to CI and remove rust compilation of nushell
* Add gh token to get a higher rate limit
* Change to use binary distribution of nushell instead compile it
* Skip test for older ubuntu
* Use single skipping check
* Remove unneeded condition in SKIP_NUSHELL_TESTS env var
2023-01-04 15:42:34 -05:00
Edwin Kofler
3492043241
fix: lint errors from scripts/checkstyle.py (#1385)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2022-12-23 20:53:22 +11:00
dependabot[bot]
9a1b078288
chore(deps): bump amannn/action-semantic-pull-request from 4.6.0 to 5.0.2 (#1350)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 00:21:15 +11:00
dependabot[bot]
cd31d57a94
chore(deps): bump amannn/action-semantic-pull-request (#1335)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-28 10:41:03 -04:00
James Hegedus
ce16c638b7
ci: update version in docs & sec pol on release (#1293) 2022-07-13 01:07:59 +10:00
dependabot[bot]
9eea8516c9
chore(deps): bump crazy-max/ghaction-github-pages from 2 to 3 (#1279) 2022-06-27 13:47:51 +00:00
Elijah
72c3a2377a
fix: use ELVISH_VERSION to specify elvish test version (#1276) 2022-06-26 14:00:12 +10:00
dependabot[bot]
a953095f14
chore(deps): bump GoogleCloudPlatform/release-please-action from 2 to 3 (#1262) 2022-06-24 10:28:52 +00:00
dependabot[bot]
81d7b190fa
chore(deps): bump amannn/action-semantic-pull-request (#1265) 2022-06-24 10:15:51 +00:00
dependabot[bot]
bfb577b0f1
chore(deps): bump actions/cache from 2 to 3 (#1264) 2022-06-24 09:31:44 +00:00
dependabot[bot]
b7e8b81442
chore(deps): bump actions/setup-node from 1 to 3 (#1263) 2022-06-24 09:30:49 +00:00
dependabot[bot]
ef4bc281d7
chore(deps): bump actions/checkout from 2 to 3 (#1266) 2022-06-24 09:26:43 +00:00
James Hegedus
21bc411915
ci: add latest OSs to testing matrix, bump BATS, shfmt, shellcheck (#1260)
* ci: add latest OSs to testing matrix
* ci: bump bats & shellcheck & shfmt
* chore: format with latest shfmt
2022-06-24 19:20:27 +10:00
Trevor Brown
0bc8c3ab68
fix: update event trigger for doc-version workflow (#1232)
Possible fix for https://github.com/asdf-vm/asdf/issues/1230
2022-05-20 09:07:11 -04:00
skwerlman
5a89563c0a fix: update elvish to 0.18.0
* replace deprecated 'except' with 'catch'
2022-04-22 07:50:53 -04:00
Bruno Roque
824550ed20
feat: upgrade elvish to 0.17.0 (#1159)
* feat: upgrade elvish to 0.17.0
* Remove || and fix array slice
* Update elvish config path
* Tests use new path
* Escape $ in bats
* Fix legacy assignment in test
2022-02-11 17:19:55 -05:00
Elijah
cc7778a040
feat: Elvish Shell support (#1066) 2021-11-18 21:05:27 +11:00
James Hegedus
0d261db1eb
ci: fix cname copy dir 2021-07-23 15:32:08 +10:00
James Hegedus
babe581487
ci: update docs cname copy dir 2021-07-23 15:28:00 +10:00
James Hegedus
c9df811997
docs: rewrite using Vuepress (#1000) 2021-07-23 15:26:21 +10:00
James Hegedus
ccf76dd7e6
ci: remove WSL1 test env (#1003) 2021-07-20 14:33:08 +10:00
James Hegedus
60e0e05a9f
ci: automated release workflow (#987)
Co-authored-by: jthegedus <jthegedus@users.noreply.github.com>
2021-07-13 11:32:37 +10:00
James Hegedus
5dafbc8e39
fix: lint scripts for local and CI (#961) 2021-05-27 02:19:54 +10:00
James Hegedus
75d558957a
ci: do not run WSL1 jobs on master (#959) 2021-05-26 23:11:02 +10:00
James Hegedus
5b49e0cb37
ci: adopt asdf for internal dev. init WSL test environments (#956) 2021-05-26 22:55:54 +10:00
James Hegedus
0a3865d0b1
ci: push-event triggers CI only on master branch (#949) 2021-05-22 10:24:29 +10:00
Sora Morimoto
59ad7a62ca Fix .github/workflows/workflow.yml
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-12-03 07:59:08 +09:00
James Hegedus
50feef2a77
fix: CI formatting use editorconfig (#751) 2020-06-30 09:16:35 +10:00
BSKY
6a870f1bfb Enable Windows tests on GitHub Actions 2020-03-15 13:30:30 +09:00
Trevor Brown
7d3fb89608 Prefer open source distros over closed source distros in build 2020-01-15 10:28:26 -05:00
Timo Sand
a3bbb0b641
Adds fetching of tags 2019-12-31 09:54:52 +02:00
BSKY
40dea1e096
Update workflow.yml 2019-12-24 21:16:30 +09:00
Victor Hugo Borja
32ec26d316 Fix fish ppa for ubuntu 2019-11-29 10:18:49 -06:00
Victor Hugo Borja
b8dc5f1604 Run shfmt on bash files 2019-11-29 10:15:38 -06:00
Victor Hugo Borja
ab63d72c1b Test using github actions 2019-11-29 10:07:41 -06:00