Cleanup monaco

This commit is contained in:
Sidharth Vinod
2022-06-28 15:51:05 +05:30
parent 44c6e2848e
commit d2b0ae012f
3 changed files with 6 additions and 37 deletions
@@ -1,19 +0,0 @@
name: Update Monaco-editor
on:
workflow_dispatch:
push:
branches:
- 'dependabot/npm_and_yarn/develop/monaco-editor-**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./bin/update-monaco
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'Update Monaco-editor'