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 f2f1f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
with:
commit_message: auto-commit of artifacts
branch: main
commit_options: '--no-verify --signoff -S'
commit_options: '-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 }}"
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 }}

- name: Run if changes have been detected
if: steps.auto-commit-action.outputs.changes_detected == 'true'
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 f2f1f9d

Please sign in to comment.