Update dependency ag-grid-react to v32 #17938
Workflow file for this run
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: "Check" | |
on: pull_request | |
jobs: | |
author-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Verified Github Authors | |
uses: joshwooding/verified-github-author-action@v0 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |