Skip to content

feat: add eslint-plugin-deprecation #55

feat: add eslint-plugin-deprecation

feat: add eslint-plugin-deprecation #55

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@v3
- uses: ./.github/actions/setup
- name: Lint
run: nr lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Typecheck
run: nr build