Skip to content

Commit

Permalink
Create update-Monaco-editor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Oct 15, 2021
1 parent 46bcd55 commit 5751052
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-Monaco-editor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Monaco-editor
on:
pull_request:
types: [opened]
branches:
- 'dependabot/npm_and_yarn/develop/monaco-editor-*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./bin/update-monaco
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'Update Monaco-editor'

0 comments on commit 5751052

Please sign in to comment.