Skip to content

Merge pull request #1 from fluidpay/init-project #3

Merge pull request #1 from fluidpay/init-project

Merge pull request #1 from fluidpay/init-project #3

Workflow file for this run

name: Lint
on: [push]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- run: npm install
- run: npm run lint