Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 (#392) #904

Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 (#392)

Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 (#392) #904

Workflow file for this run

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