Skip to content

fix(loader): linter syntax #21

fix(loader): linter syntax

fix(loader): linter syntax #21

Workflow file for this run

name: 'CI'
on:
push:
branches: [develop]
pull_request:
branches: [master, develop]
jobs:
ci:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/[email protected]'
- uses: 'actions/[email protected]'
with:
node-version: 'lts/*'
cache: 'npm'
- run: 'npm clean-install'
- run: 'npm run lint:eslint'
- run: 'npm run lint:prettier'
- run: 'npm run build'