Skip to content

Updated CHANGELOG.md, bumped the version to 7.0.0 (#1379) #465

Updated CHANGELOG.md, bumped the version to 7.0.0 (#1379)

Updated CHANGELOG.md, bumped the version to 7.0.0 (#1379) #465

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