Skip to content

Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 (#594) #1330

Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 (#594)

Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 (#594) #1330

Workflow file for this run

name: "ci"
on:
pull_request:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
- run: npm run test:ci