Experiment with rspack cypress #19381
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 }} |