Add :CodefmtInfo
command to report diagnostics to help users check config / diagnose problems
#53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: notify-discord | |
on: | |
push: | |
branches: [master] | |
pull_request_target: | |
branches: [master] | |
issues: | |
types: [opened] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
if: github.repository == 'google/vim-codefmt' | |
steps: | |
- name: Actions for Discord | |
env: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | |
uses: Ilshidur/action-discord@0.3.2 |