Skip to content

Commit

Permalink
chore: optimize tmLanguage
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed May 16, 2024
1 parent a3914b3 commit e4db0c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
with:
commit_message: auto-commit of artifacts
branch: main
commit_options: '--no-verify --signoff -S'
commit_options: '--no-verify -S'
file_pattern: 'syntaxes/* images/*'
commit_author: "${{ steps.import-gpg.outputs.name }} <${{ steps.import-gpg.outputs.email }}>"
commit_user_name: "${{ steps.import-gpg.outputs.name }}"
commit_user_email: "${{ steps.import-gpg.outputs.email }}"

Expand Down
1 change: 0 additions & 1 deletion src/main.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ fileTypes:
- parigp
name: PARI/GP
patterns:
- include: '#comments'
- include: '#code'
repository:
parens:
Expand Down

0 comments on commit e4db0c7

Please sign in to comment.