Skip to content

Commit 8fee454

Browse files
committed
Add action.yml support and update language service to 0.3.33
- Add ActionSelector pattern for action.{yml,yaml} files - Update @actions/languageservice and @actions/languageserver to 0.3.33 - Bump version to 0.29.0 - Merge unreleased 0.28.3 changelog into 0.29.0
1 parent 38fb2da commit 8fee454

File tree

5 files changed

+565
-674
lines changed

5 files changed

+565
-674
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## [0.28.3]
4-
- Bump `@actions/languageserver` and `@actions/workflow-parser` to 0.3.30
3+
## [0.29.0]
4+
- Add language server support for `action.yml` and `action.yaml` files
5+
- Bump `@actions/languageserver` and `@actions/languageservice` to 0.3.33
6+
- Fix escape hatch completions using `additionalTextEdits`
57
- Cron schedule descriptions now appear as inlay hints instead of info diagnostics
68
- Add runs-on label completions for mapping syntax
79
- Fix autocomplete showing mapping keys for empty values

0 commit comments

Comments
 (0)