Migrate TreasureNet Aurora from chainId 5002 to 5570 #9048
This file contains hidden or 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: Github-Action linter | |
| on: | |
| pull_request: | |
| merge_group: | |
| jobs: | |
| actionlint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4.2.2 | |
| - uses: reviewdog/action-actionlint@v1 |