Skip to content

feat: update dependency eslint-plugin-unicorn to v56 (#133) #362

feat: update dependency eslint-plugin-unicorn to v56 (#133)

feat: update dependency eslint-plugin-unicorn to v56 (#133) #362

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Lint
run: nr lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Typecheck
run: nr build