Update ToggleButton's styling to align to Button's new styling #19319
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 }} |