Skip to content

Merge pull request #8 from socialdog-inc/ST-11464 #28

Merge pull request #8 from socialdog-inc/ST-11464

Merge pull request #8 from socialdog-inc/ST-11464 #28

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
- run: npm run lint