Skip to content

Merge pull request #62 from a-lba/eslint-plugin-node-replacement #59

Merge pull request #62 from a-lba/eslint-plugin-node-replacement

Merge pull request #62 from a-lba/eslint-plugin-node-replacement #59

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: |
npm install
npm run lint