Error using styled
method from linaria/react
along with NextJS and Material UI
#1889
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: labeler | |
on: | |
issues: | |
types: [opened, edited, reopened] | |
pull_request: | |
types: [opened, edited, reopened, ready_for_review, synchronize] | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
name: label issues and pull requests | |
steps: | |
- name: check-out-repository | |
uses: actions/checkout@v4 | |
- name: labeler | |
uses: jayu/super-labeler-action@develop | |
env: | |
ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }} | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |