Skip to content

Allow web deployment value to be configured through values (#788) #376

Allow web deployment value to be configured through values (#788)

Allow web deployment value to be configured through values (#788) #376

name: Lint test
on:
workflow_dispatch:
pull_request:
paths:
- '**.js'
- '**.jsx'
- '**.ts'
- '**.tsx'
- package.json'
- .github/workflows/test-lint-eslint.yaml
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx