Skip to content

Bump eslint-plugin-promise from 6.4.0 to 6.6.0 #170

Bump eslint-plugin-promise from 6.4.0 to 6.6.0

Bump eslint-plugin-promise from 6.4.0 to 6.6.0 #170

Workflow file for this run

name: Test on any push
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
- run: npm test