Skip to content

Is there a way to exclude lines from being auto-formatted? #55

Is there a way to exclude lines from being auto-formatted?

Is there a way to exclude lines from being auto-formatted? #55

Workflow file for this run

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