Skip to content

Commit

Permalink
feat(ci): auto bump grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Mar 25, 2023
1 parent 9a65118 commit 02097e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update

on:
workflow_dispatch: {}

jobs:
build:
name: Bump grammars
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Bump tree sitter grammars
uses: matoous/helix-bump-grammars@v0.2
with:
token: '${{ secrets.GH_ACTIONS_PAT }}'
pr-limit: 5
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ target
helix-term/rustfmt.toml
result
runtime/grammars
node_modules/

0 comments on commit 02097e9

Please sign in to comment.