Edit icons: 3x3/OH/BLD Relay and Team Relay, 3x3 BLD 4/8-man Relay and Mini Guildford #51
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: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./.github/actions/bootstrap | |
- run: npm run build | |
- run: npm run lint |