Skip to content

Merge pull request #7 from olegnn/1.0.2 #5

Merge pull request #7 from olegnn/1.0.2

Merge pull request #7 from olegnn/1.0.2 #5

Workflow file for this run

name: Lints
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: release
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint