Skip to content

NPM: Bump eslint-plugin-functional from 5.0.8 to 6.0.0 #401

NPM: Bump eslint-plugin-functional from 5.0.8 to 6.0.0

NPM: Bump eslint-plugin-functional from 5.0.8 to 6.0.0 #401

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v2.5.2
with:
node-version: 20
- run: npm install
env:
CI: true
- run: npm run lint --if-present -- --quiet
- run: npm run build
- run: npm run test --if-present -- --quiet
- run: npm run coverage --if-present -- --quiet