Skip to content

fix: emit init notification on fs menu's add file (#1447) #600

fix: emit init notification on fs menu's add file (#1447)

fix: emit init notification on fs menu's add file (#1447) #600

Workflow file for this run

name: Vint
on: [push, pull_request]
jobs:
vint:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run vint with reviewdog
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review