Coder Social home page Coder Social logo

orta / vscode-github-actions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lona/vscode-github-actions

0.0 2.0 0.0 536 KB

VSCode extension providing Github Actions YAML support.

Home Page: https://marketplace.visualstudio.com/items?itemName=me-dutour-mathieu.vscode-github-actions

TypeScript 96.55% JavaScript 3.45%

vscode-github-actions's Introduction

GitHub Actions YAML Extension

Provides Github Actions YAML support via yaml-language-server.

Features

1. YAML validation

  • Apply schema validation to GitHub Actions
  • Detects errors such as:
    • Invalid property value type
    • Out of enum scope
    • Required property is missing
    • Unexpected property

2. Auto completion

  • Generate input template for whole GitHub Action
  • Generate input template for an object (if provided by schema)

Including required properties and optional properties with default value

  • Support properties intellisense (if provided by schema)
  • Enumerated property value recommendation (if provided by schema)

Intellisense is automatically triggered by what you have typed, but you can also hit Ctrl + Space to get what you can type.

3. Hover support

  • Hovering over a property shows description (if provided by schema)

Developer support

  1. Install prerequisites:

  2. Fork this repository.

  3. Build this project.

    # clone your forked repository
    $ git clone https://github.com/{your-github-name}/vscode-github-actions
    $ cd vscode-github-actions
    # install npm dependencies
    $ npm install
    # compile
    $ npm run compile
    # open the project in vscode
    $ code .
  4. Make changes as necessary and the run the code using F5. Refer to VS Code documentation on how to run and debug the extension.

  5. Create a pull-request to this repository and we will review, merge it and publish new version extension regularly.

License

MIT

All contributions are welcome!

vscode-github-actions's People

Contributors

alexesprit avatar cinderblock avatar dependabot[bot] avatar mathieudutour avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.