Delete EmptyMessage
and uninstall react-router-dom
#92
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
# To run this check locally, install SkyWalking Eyes | |
# (https://github.com/apache/skywalking-eyes). On macOS you can `brew install | |
# license-eye` and run `license-eye header check` or `license-eye header fix`. | |
name: license-check | |
on: pull_request | |
jobs: | |
license: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check License Header | |
uses: apache/skywalking-eyes/header@5dfa68f93380a5e57259faaf95088b7f133b5778 |