Merge pull request #562 from Original-Recipe/feat-optimizeAttributeDi… #1785
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: lint | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install modules | |
run: npm install | |
- name: Run Bootstrap | |
run: npm run bootstrap | |
- name: Build Type | |
run: npm run build:type | |
- name: Run ESLint | |
run: npm run lint |