Skip to content

1451-connection-properties-need-stored-mapstring-string #4143

1451-connection-properties-need-stored-mapstring-string

1451-connection-properties-need-stored-mapstring-string #4143

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
paths:
- 'Makefile'
- '**.jsx?'
- '**.tsx?'
- '**/.babelrc'
- '**/.eslint*'
- '**/.prettierrc*'
- '**/package.json'
- '**/github/workflows/lint.yml'
jobs:
eslint:
runs-on: ubuntu-latest
container:
image: node:16-alpine
steps:
- uses: actions/checkout@master
- run: npm i
- run: npm run lint:eslint